171 if (particleName ==
"gamma") {
176 thePhotoElectricEffect->
AddEmModel(0, theLivermorePhotoElectricModel);
181 theComptonScattering->
AddEmModel(0, theLivermoreComptonModel);
186 theGammaConversion->
AddEmModel(0, theLivermoreGammaConversionModel);
196 }
else if (particleName ==
"e-") {
215 }
else if (particleName ==
"e+") {
233 }
else if (particleName ==
"GenericIon") {
244 }
else if (particleName ==
"alpha" ||
245 particleName ==
"He3" ) {
291 theBC -> SetMinEnergy(80.*
MeV);
292 theBC -> SetMaxEnergy(40.*
GeV);
307 theAIModel -> SetMaxEnergy(100.*
MeV);
318 pManager -> AddDiscreteProcess(theIPalpha);
321 pManager -> AddDiscreteProcess(theElasticProcess);
336 G4cout <<
"DicomPhysicsList::SetCuts:";