#include <G4ProcessPlacer.hh>
Definition at line 45 of file G4ProcessPlacer.hh.
◆ SecondOrLast
◆ G4ProcessPlacer()
G4ProcessPlacer::G4ProcessPlacer |
( |
const G4String & | particlename | ) |
|
|
explicit |
◆ ~G4ProcessPlacer()
G4ProcessPlacer::~G4ProcessPlacer |
( |
| ) |
|
|
virtual |
◆ AddProcessAsLastDoIt()
void G4ProcessPlacer::AddProcessAsLastDoIt |
( |
G4VProcess * | process | ) |
|
|
virtual |
◆ AddProcessAsSecondDoIt()
void G4ProcessPlacer::AddProcessAsSecondDoIt |
( |
G4VProcess * | process | ) |
|
|
virtual |
◆ RemoveProcess()
void G4ProcessPlacer::RemoveProcess |
( |
G4VProcess * | process | ) |
|
|
virtual |
Implements G4VProcessPlacer.
Definition at line 43 of file G4ProcessPlacer.cc.
44{
45 G4cout <<
"=== G4ProcessPlacer::RemoveProcess: for: " << fParticleName
48 <<
", will be removed!" <<
G4endl;
49
51 PrintAlongStepGPILVec();
52 PrintAlongStepDoItVec();
53
55 PrintPostStepGPILVec();
56 PrintPostStepDoItVec();
57
58 GetProcessManager()->RemoveProcess(process);
59
61 PrintAlongStepGPILVec();
62 PrintAlongStepDoItVec();
63
65 PrintPostStepGPILVec();
66 PrintPostStepDoItVec();
67
68 G4cout <<
"================================================" <<
G4endl;
69
70}
const G4String & GetProcessName() const
The documentation for this class was generated from the following files: