ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/basic/B5/include/B5RunAction.hh>
Public Member Functions | |
B5RunAction (B5EventAction *eventAction) | |
virtual | ~B5RunAction () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual G4Run * | GenerateRun () |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Private Attributes | |
B5EventAction * | fEventAction |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
G4bool | isMaster |
Run action class.
Definition at line 42 of file B5RunAction.hh.
View newest version in sPHENIX GitHub at line 42 of file B5RunAction.hh
B5RunAction::B5RunAction | ( | B5EventAction * | eventAction | ) |
Definition at line 40 of file B5RunAction.cc.
View newest version in sPHENIX GitHub at line 40 of file B5RunAction.cc
References fEventAction, G4cout, G4endl, B5EventAction::GetEmCalEdep(), B5EventAction::GetHadCalEdep(), and G4Analysis::ManagerInstance().
|
virtual |
Definition at line 92 of file B5RunAction.cc.
View newest version in sPHENIX GitHub at line 92 of file B5RunAction.cc
References G4ToolsAnalysisManager::Instance().
Reimplemented from G4UserRunAction.
Definition at line 99 of file B5RunAction.cc.
View newest version in sPHENIX GitHub at line 99 of file B5RunAction.cc
References G4ToolsAnalysisManager::Instance().
Reimplemented from G4UserRunAction.
Definition at line 115 of file B5RunAction.cc.
View newest version in sPHENIX GitHub at line 115 of file B5RunAction.cc
References G4ToolsAnalysisManager::Instance().
|
private |
Definition at line 52 of file B5RunAction.hh.
View newest version in sPHENIX GitHub at line 52 of file B5RunAction.hh
Referenced by B5RunAction().