![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Inheritance diagram for ElectronRunAction:
Collaboration diagram for ElectronRunAction:Public Member Functions | |
| ElectronRunAction (const G4String &) | |
| virtual | ~ElectronRunAction () |
| virtual G4Run * | GenerateRun () |
| virtual void | EndOfRunAction (const G4Run *) |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual void | BeginOfRunAction (const G4Run *aRun) |
| virtual void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Private Attributes | |
| G4String | fOutputFileSpec |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 40 of file ElectronRunAction.hh.
View newest version in sPHENIX GitHub at line 40 of file ElectronRunAction.hh
| ElectronRunAction::ElectronRunAction | ( | const G4String & | outputFile | ) |
Definition at line 38 of file ElectronRunAction.cc.
View newest version in sPHENIX GitHub at line 38 of file ElectronRunAction.cc
References G4RunManager::GetRunManager(), and G4RunManager::SetPrintProgress().
Here is the call graph for this function:
|
virtual |
Definition at line 46 of file ElectronRunAction.cc.
View newest version in sPHENIX GitHub at line 46 of file ElectronRunAction.cc
Reimplemented from G4UserRunAction.
Definition at line 58 of file ElectronRunAction.cc.
View newest version in sPHENIX GitHub at line 58 of file ElectronRunAction.cc
References ElectronRun::DumpData(), fOutputFileSpec, G4cout, G4endl, and G4Run::GetNumberOfEvent().
Here is the call graph for this function:Reimplemented from G4UserRunAction.
Definition at line 51 of file ElectronRunAction.cc.
View newest version in sPHENIX GitHub at line 51 of file ElectronRunAction.cc
|
private |
Definition at line 51 of file ElectronRunAction.hh.
View newest version in sPHENIX GitHub at line 51 of file ElectronRunAction.hh
Referenced by EndOfRunAction().