59    thePhotoElectricEffect(0), theComptonScattering(0),
 
   60    theGammaConversion(0), theeminusIonisation(0),
 
   61    theeminusBremsstrahlung(0), theeplusIonisation(0),
 
   62    theeplusBremsstrahlung(0), theeplusAnnihilation(0),
 
   63    theeminusStepCut(0), theeplusStepCut(0)
 
   82   delete physicsListMessenger; 
 
  202     if (particleName == 
"gamma") 
 
  216     else if (particleName == 
"e-") 
 
  225      pmanager->
AddProcess(theeminusIonisation,-1,2,2);
 
  226      pmanager->
AddProcess(theeminusBremsstrahlung,-1,-1,3); 
 
  227      pmanager->
AddProcess(theeminusStepCut,-1,-1,4);
 
  231     else if (particleName == 
"e+") 
 
  239       pmanager->
AddProcess(theeplusIonisation,-1,2,2);
 
  240       pmanager->
AddProcess(theeplusBremsstrahlung,-1,-1,3);
 
  241       pmanager->
AddProcess(theeplusStepCut,-1,-1,5);
 
  245     else if( particleName == 
"mu+" || 
 
  246                particleName == 
"mu-"    ) 
 
  261                 particleName == 
"proton"   
  262                || particleName == 
"antiproton"   
  263                || particleName == 
"pi+"   
  264                || particleName == 
"pi-"   
  265                || particleName == 
"kaon+"   
  266                || particleName == 
"kaon-"   
  276       pmanager->
AddProcess(thehMultipleScattering,-1,1,1);
 
  280         pmanager->
AddProcess( thehadronStepCut,-1,-1,3);
 
  321     G4cout << 
"F03PhysicsList::SetCuts:";
 
  352   cutForElectron = val;