42   : fParticleName(particlename)
    55          << 
", will be removed!" << 
G4endl;
    75   G4cout << 
"================================================" << 
G4endl;
   140   G4cout << 
"================================================" << 
G4endl;
   145   G4cout << 
"=== G4ProcessPlacer::AddProcessAsSecondDoIt: for: "    152   G4cout << 
"=== G4ProcessPlacer::AddProcessAsLastDoIt: for: "    163   theParticleIterator = theParticleTable->
GetIterator();
   167   theParticleIterator->
reset();
   168   while( (*theParticleIterator)() )
   180     G4Exception(
"G4ProcessPlacer::GetProcessManager()", 
"InvalidSetup",
   181                 FatalException, 
"NULL pointer to Process Manager ! Sampler.Configure() must be after PhysicsList instantiation");
   183   return processmanager;
   224     G4Exception(
"G4ProcessPlacer::G4ProcessPlacer()", 
"InvalidArgument",
   227   size_t len = processVec->
length();
   230     G4Exception(
"G4ProcessPlacer::G4ProcessPlacer()", 
"InvalidSetup",
   233   for (
size_t i=0; i<len; i++)
   242       G4cout << 
"   " << 
"no process found for position: " << i 
   243              << 
", in vector of length: " << len << 
G4endl;
 G4ProcessVector * GetProcessList() const
 
void SetProcessOrderingToSecond(G4VProcess *aProcess, G4ProcessVectorDoItIndex idDoIt)
 
void PrintPostStepGPILVec()
 
virtual void AddProcessAsSecondDoIt(G4VProcess *process)
 
G4ProcessManager * GetProcessManager() const
 
void PrintAlongStepGPILVec()
 
G4ProcessVector * GetPostStepProcessVector(G4ProcessVectorTypeIndex typ=typeGPIL) const
 
void AddProcessAs(G4VProcess *process, SecondOrLast)
 
void PrintPostStepDoItVec()
 
virtual void AddProcessAsLastDoIt(G4VProcess *process)
 
virtual void RemoveProcess(G4VProcess *process)
 
const G4String & GetProcessName() const
 
const G4String & GetParticleName() const
 
G4GLOB_DLL std::ostream G4cout
 
void reset(G4bool ifSkipIon=true)
 
G4int AddProcess(G4VProcess *aProcess, G4int ordAtRestDoIt=ordInActive, G4int ordAlongSteptDoIt=ordInActive, G4int ordPostStepDoIt=ordInActive)
 
virtual ~G4ProcessPlacer()
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
G4ProcessVector * GetAlongStepProcessVector(G4ProcessVectorTypeIndex typ=typeGPIL) const
 
G4ProcessPlacer(const G4String &particlename)
 
static G4ParticleTable * GetParticleTable()
 
G4ProcessManager * GetProcessManager()
 
void PrintAlongStepDoItVec()
 
G4VProcess * RemoveProcess(G4VProcess *aProcess)
 
G4PTblDicIterator * GetIterator() const
 
#define theParticleIterator
 
void PrintProcVec(G4ProcessVector *processVec)