116 G4cout <<
"G4VUserPhysicsList::ConstructProcess() "<<
G4endl;
122 myParticleIterator->reset();
123 while( (*myParticleIterator)() ) {
129 if ( pmanager == 0) {
132 G4Exception(
"G4ErrorPhysicsList::ConstructProcess",
"No process manager",
136 pmanager ->
AddProcess(theTransportationProcess);
173 new G4ErrorMessenger( stepLengthLimitProcess, magFieldLimitProcess, eLossProcess );
176 myParticleIterator->reset();
177 while( (*myParticleIterator)() ) {
182 if (particleName ==
"gamma") {