|
Geant4.10
|
#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 () |
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.
|
virtual |
Implements G4VProcessPlacer.
Definition at line 150 of file G4ProcessPlacer.cc.
References eLast, G4cout, and G4endl.
Referenced by G4WeightCutOffConfigurator::Configure().
|
virtual |
Implements G4VProcessPlacer.
Definition at line 143 of file G4ProcessPlacer.cc.
References eSecond, G4cout, and G4endl.
Referenced by G4WeightWindowConfigurator::Configure(), and G4ImportanceConfigurator::Configure().
|
virtual |
Implements G4VProcessPlacer.
Definition at line 50 of file G4ProcessPlacer.cc.
References G4cout, G4endl, G4VProcess::GetProcessName(), and G4ProcessManager::RemoveProcess().
Referenced by G4ImportanceConfigurator::~G4ImportanceConfigurator(), G4WeightCutOffConfigurator::~G4WeightCutOffConfigurator(), and G4WeightWindowConfigurator::~G4WeightWindowConfigurator().
1.8.7