Geant4
10.00.p02
|
#include <G4ProcessPlacer.hh>
Public Types | |
enum | SecondOrLast { eSecond = 1, eLast = 0 } |
Public Member Functions | |
G4ProcessPlacer (const G4String &particlename) | |
virtual | ~G4ProcessPlacer () |
virtual void | AddProcessAsLastDoIt (G4VProcess *process) |
virtual void | AddProcessAsSecondDoIt (G4VProcess *process) |
virtual void | RemoveProcess (G4VProcess *process) |
Public Member Functions inherited from G4VProcessPlacer | |
G4VProcessPlacer () | |
virtual | ~G4VProcessPlacer () |
Private Member Functions | |
G4ProcessManager * | GetProcessManager () |
void | AddProcessAs (G4VProcess *process, SecondOrLast) |
void | PrintProcVec (G4ProcessVector *processVec) |
void | PrintAlongStepGPILVec () |
void | PrintAlongStepDoItVec () |
void | PrintPostStepGPILVec () |
void | PrintPostStepDoItVec () |
Private Attributes | |
G4String | fParticleName |
Definition at line 49 of file G4ProcessPlacer.hh.
Enumerator | |
---|---|
eSecond | |
eLast |
Definition at line 72 of file G4ProcessPlacer.hh.
|
explicit |
Definition at line 41 of file G4ProcessPlacer.cc.
|
virtual |
Definition at line 46 of file G4ProcessPlacer.cc.
|
private |
Definition at line 79 of file G4ProcessPlacer.cc.
References G4ProcessManager::AddProcess(), eLast, eSecond, G4cout, G4endl, G4Exception(), G4ProcessManager::GetProcessList(), GetProcessManager(), G4VProcess::GetProcessName(), idxAlongStep, idxPostStep, ordInActive, ordLast, PrintAlongStepDoItVec(), PrintAlongStepGPILVec(), PrintPostStepDoItVec(), PrintPostStepGPILVec(), RunMustBeAborted, and G4ProcessManager::SetProcessOrderingToSecond().
Referenced by AddProcessAsLastDoIt(), and AddProcessAsSecondDoIt().
|
virtual |
Implements G4VProcessPlacer.
Definition at line 150 of file G4ProcessPlacer.cc.
References AddProcessAs(), eLast, fParticleName, G4cout, and G4endl.
Referenced by G4WeightCutOffConfigurator::Configure().
|
virtual |
Implements G4VProcessPlacer.
Definition at line 143 of file G4ProcessPlacer.cc.
References AddProcessAs(), eSecond, fParticleName, G4cout, and G4endl.
Referenced by G4WeightWindowConfigurator::Configure(), and G4ImportanceConfigurator::Configure().
|
private |
Definition at line 157 of file G4ProcessPlacer.cc.
References FatalException, fParticleName, G4Exception(), G4ParticleTable::GetIterator(), G4ParticleDefinition::GetParticleName(), G4ParticleTable::GetParticleTable(), G4ParticleDefinition::GetProcessManager(), G4ParticleTableIterator< K, V >::reset(), theParticleIterator, and G4ParticleTableIterator< K, V >::value().
Referenced by AddProcessAs(), PrintAlongStepDoItVec(), PrintAlongStepGPILVec(), PrintPostStepDoItVec(), PrintPostStepGPILVec(), and RemoveProcess().
|
private |
Definition at line 194 of file G4ProcessPlacer.cc.
References G4cout, G4endl, G4ProcessManager::GetAlongStepProcessVector(), GetProcessManager(), PrintProcVec(), and typeDoIt.
Referenced by AddProcessAs(), and RemoveProcess().
|
private |
Definition at line 186 of file G4ProcessPlacer.cc.
References G4cout, G4endl, G4ProcessManager::GetAlongStepProcessVector(), GetProcessManager(), PrintProcVec(), and typeGPIL.
Referenced by AddProcessAs(), and RemoveProcess().
|
private |
Definition at line 211 of file G4ProcessPlacer.cc.
References G4cout, G4endl, G4ProcessManager::GetPostStepProcessVector(), GetProcessManager(), PrintProcVec(), and typeDoIt.
Referenced by AddProcessAs(), and RemoveProcess().
|
private |
Definition at line 203 of file G4ProcessPlacer.cc.
References G4cout, G4endl, G4ProcessManager::GetPostStepProcessVector(), GetProcessManager(), PrintProcVec(), and typeGPIL.
Referenced by AddProcessAs(), and RemoveProcess().
|
private |
Definition at line 220 of file G4ProcessPlacer.cc.
References FatalException, G4cout, G4endl, G4Exception(), G4VProcess::GetProcessName(), and G4ProcessVector::length().
Referenced by PrintAlongStepDoItVec(), PrintAlongStepGPILVec(), PrintPostStepDoItVec(), and PrintPostStepGPILVec().
|
virtual |
Implements G4VProcessPlacer.
Definition at line 50 of file G4ProcessPlacer.cc.
References fParticleName, G4cout, G4endl, GetProcessManager(), G4VProcess::GetProcessName(), PrintAlongStepDoItVec(), PrintAlongStepGPILVec(), PrintPostStepDoItVec(), PrintPostStepGPILVec(), and G4ProcessManager::RemoveProcess().
Referenced by G4ImportanceConfigurator::~G4ImportanceConfigurator(), G4WeightCutOffConfigurator::~G4WeightCutOffConfigurator(), and G4WeightWindowConfigurator::~G4WeightWindowConfigurator().
|
private |
Definition at line 91 of file G4ProcessPlacer.hh.
Referenced by AddProcessAsLastDoIt(), AddProcessAsSecondDoIt(), GetProcessManager(), and RemoveProcess().