![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/source/error_propagation/include/G4ErrorRunManagerHelper.hh>
Collaboration diagram for G4ErrorRunManagerHelper:Public Member Functions | |
| G4ErrorRunManagerHelper () | |
| virtual | ~G4ErrorRunManagerHelper () |
| void | SetUserInitialization (G4VUserDetectorConstruction *userInit) |
| void | SetUserInitialization (G4VPhysicalVolume *userInit) |
| void | SetUserInitialization (G4VUserPhysicsList *userInit) |
| void | SetUserAction (G4UserTrackingAction *userAction) |
| void | SetUserAction (G4UserSteppingAction *userAction) |
| void | RunInitialization () |
| void | InitializeGeometry () |
| void | InitializePhysics () |
| void | RunTermination () |
| G4VUserPhysicsList * | GetUserPhysicsList () const |
Static Public Member Functions | |
| static G4ErrorRunManagerHelper * | GetRunManagerKernel () |
Private Attributes | |
| G4VUserPhysicsList * | theUserPhysicsList |
| G4VPhysicalVolume * | theUserWorld |
| G4RunManagerKernel * | theG4RunManagerKernel |
Static Private Attributes | |
| static G4ThreadLocal G4ErrorRunManagerHelper * | fRunManagerKernel = 0 |
Definition at line 52 of file G4ErrorRunManagerHelper.hh.
View newest version in sPHENIX GitHub at line 52 of file G4ErrorRunManagerHelper.hh
| G4ErrorRunManagerHelper::G4ErrorRunManagerHelper | ( | ) |
Definition at line 55 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 55 of file G4ErrorRunManagerHelper.cc
References FatalException, fRunManagerKernel, G4cout, G4endl, G4Exception(), G4RunManagerKernel::GetRunManagerKernel(), G4RunManagerKernel::SetVerboseLevel(), theG4RunManagerKernel, theUserPhysicsList, and theUserWorld.
Here is the call graph for this function:
|
virtual |
Definition at line 80 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 80 of file G4ErrorRunManagerHelper.cc
|
static |
Definition at line 50 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 50 of file G4ErrorRunManagerHelper.cc
References fRunManagerKernel.
Referenced by G4ErrorPropagatorManager::StartG4ErrorRunManagerHelper().
Here is the caller graph for this function:
|
inline |
Definition at line 88 of file G4ErrorRunManagerHelper.hh.
View newest version in sPHENIX GitHub at line 88 of file G4ErrorRunManagerHelper.hh
References theUserPhysicsList.
Referenced by InitializePhysics().
Here is the caller graph for this function:| void G4ErrorRunManagerHelper::InitializeGeometry | ( | ) |
Definition at line 107 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 107 of file G4ErrorRunManagerHelper.cc
References G4RunManagerKernel::DefineWorldVolume(), FatalException, G4Exception(), G4TransportationManager::GetTransportationManager(), theG4RunManagerKernel, and theUserWorld.
Referenced by G4ErrorPropagatorManager::InitGeant4e().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4ErrorRunManagerHelper::InitializePhysics | ( | ) |
Definition at line 129 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 129 of file G4ErrorRunManagerHelper.cc
References G4cout, G4endl, G4Exception(), G4RunManager::GetRunManager(), GetUserPhysicsList(), G4RunManagerKernel::InitializePhysics(), JustWarning, message(), G4RunManagerKernel::SetPhysics(), theG4RunManagerKernel, and theUserPhysicsList.
Referenced by G4ErrorPropagatorManager::InitGeant4e().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4ErrorRunManagerHelper::RunInitialization | ( | ) |
Definition at line 160 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 160 of file G4ErrorRunManagerHelper.cc
References G4RunManagerKernel::RunInitialization(), and theG4RunManagerKernel.
Referenced by G4ErrorPropagatorManager::InitGeant4e().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4ErrorRunManagerHelper::RunTermination | ( | ) |
Definition at line 182 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 182 of file G4ErrorRunManagerHelper.cc
References G4RunManagerKernel::RunTermination(), and theG4RunManagerKernel.
Referenced by G4ErrorPropagatorManager::RunTermination().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4ErrorRunManagerHelper::SetUserAction | ( | G4UserTrackingAction * | userAction | ) |
Definition at line 167 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 167 of file G4ErrorRunManagerHelper.cc
References G4EventManager::GetEventManager(), and G4EventManager::SetUserAction().
Here is the call graph for this function:| void G4ErrorRunManagerHelper::SetUserAction | ( | G4UserSteppingAction * | userAction | ) |
Definition at line 175 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 175 of file G4ErrorRunManagerHelper.cc
References G4EventManager::GetEventManager(), and G4EventManager::SetUserAction().
Here is the call graph for this function:| void G4ErrorRunManagerHelper::SetUserInitialization | ( | G4VUserDetectorConstruction * | userInit | ) |
Definition at line 86 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 86 of file G4ErrorRunManagerHelper.cc
References G4VUserDetectorConstruction::Construct(), and theUserWorld.
Referenced by G4ErrorPropagatorManager::SetUserInitialization().
Here is the call graph for this function:
Here is the caller graph for this function:| void G4ErrorRunManagerHelper::SetUserInitialization | ( | G4VPhysicalVolume * | userInit | ) |
Definition at line 93 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 93 of file G4ErrorRunManagerHelper.cc
References theUserWorld.
| void G4ErrorRunManagerHelper::SetUserInitialization | ( | G4VUserPhysicsList * | userInit | ) |
Definition at line 100 of file G4ErrorRunManagerHelper.cc.
View newest version in sPHENIX GitHub at line 100 of file G4ErrorRunManagerHelper.cc
References theUserPhysicsList.
|
staticprivate |
Definition at line 93 of file G4ErrorRunManagerHelper.hh.
View newest version in sPHENIX GitHub at line 93 of file G4ErrorRunManagerHelper.hh
Referenced by G4ErrorRunManagerHelper(), and GetRunManagerKernel().
|
private |
Definition at line 98 of file G4ErrorRunManagerHelper.hh.
View newest version in sPHENIX GitHub at line 98 of file G4ErrorRunManagerHelper.hh
Referenced by G4ErrorRunManagerHelper(), InitializeGeometry(), InitializePhysics(), RunInitialization(), and RunTermination().
|
private |
Definition at line 95 of file G4ErrorRunManagerHelper.hh.
View newest version in sPHENIX GitHub at line 95 of file G4ErrorRunManagerHelper.hh
Referenced by G4ErrorRunManagerHelper(), GetUserPhysicsList(), InitializePhysics(), and SetUserInitialization().
|
private |
Definition at line 96 of file G4ErrorRunManagerHelper.hh.
View newest version in sPHENIX GitHub at line 96 of file G4ErrorRunManagerHelper.hh
Referenced by G4ErrorRunManagerHelper(), InitializeGeometry(), and SetUserInitialization().