56 theCerenkovProcess = NULL;
57 theScintillationProcess = NULL;
58 theAbsorptionProcess = NULL;
59 theRayleighScatteringProcess = NULL;
60 theMieHGScatteringProcess = NULL;
61 theBoundaryProcess = NULL;
205 if (particleName ==
"gamma") {
212 }
else if (particleName ==
"e-") {
219 }
else if (particleName ==
"e+") {
227 }
else if( particleName ==
"mu+" ||
228 particleName ==
"mu-" ) {
251 theCerenkovProcess =
new G4Cerenkov(
"Cerenkov");
255 theMieHGScatteringProcess =
new G4OpMieHG();
286 pmanager->
AddProcess(theScintillationProcess);
290 if (particleName ==
"opticalphoton") {
291 G4cout <<
" AddDiscreteProcess to OpticalPhoton " <<
G4endl;