Import Geant4 10.3.0.beta source tree
This commit is contained in:
@@ -14,6 +14,13 @@ introduced in the code and keeptrack of all tags.
|
||||
* Reverse chronological order (last date on top), please *
|
||||
----------------------------------------------------------
|
||||
|
||||
15-Apr-2016, Vladimir Ivanchenko (phys-builders-V10-02-01)
|
||||
- OrderingParameterTable - disable msc PostStep
|
||||
|
||||
18-Jan-2016, Alberto Ribon (phys-builders-V10-02-00)
|
||||
- G4NeutronHPBuilder : used the name "NeutronHPInelastic"
|
||||
(instead of "ParticleHPInelastic")
|
||||
|
||||
19-Nov-2015, Alberto Ribon (phys-builders-V10-01-05)
|
||||
- G4NeutronHPBuilder : kept only the header file, with a
|
||||
typedef to G4NeutronPHPBuilder
|
||||
|
||||
@@ -8,7 +8,7 @@ Annih 2 5 5 -1 5 0
|
||||
AnnihToMuMu 2 6 -1 -1 6 0
|
||||
AnnihToHad 2 7 -1 -1 7 0
|
||||
NuclearStopp 2 8 -1 8 -1 0
|
||||
Msc 2 10 -1 1 1 0
|
||||
Msc 2 10 -1 1 -1 0
|
||||
Rayleigh 2 11 -1 -1 1000 0
|
||||
PhotoElectric 2 12 -1 -1 1000 0
|
||||
Compton 2 13 -1 -1 1000 0
|
||||
|
||||
@@ -90,7 +90,7 @@ Build(G4HadronCaptureProcess * aP)
|
||||
void G4NeutronPHPBuilder::
|
||||
Build(G4NeutronInelasticProcess * aP)
|
||||
{
|
||||
if(theHPInelastic==0) theHPInelastic = new G4ParticleHPInelastic(G4Neutron::Neutron(),"ParticleHPInelastic");
|
||||
if(theHPInelastic==0) theHPInelastic = new G4ParticleHPInelastic(G4Neutron::Neutron(),"NeutronHPInelastic");
|
||||
theHPInelastic->SetMinEnergy(theIMin);
|
||||
theHPInelastic->SetMaxEnergy(theIMax);
|
||||
if(theHPInelasticData==0) theHPInelasticData = new G4ParticleHPInelasticData(G4Neutron::Neutron());
|
||||
|
||||
Reference in New Issue
Block a user