![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/optical/LXe/include/LXeRunAction.hh>
Inheritance diagram for LXeRunAction:
Collaboration diagram for LXeRunAction:Public Member Functions | |
| LXeRunAction () | |
| virtual | ~LXeRunAction () |
| virtual G4Run * | GenerateRun () |
| virtual void | BeginOfRunAction (const G4Run *) |
| virtual void | EndOfRunAction (const G4Run *) |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Private Attributes | |
| LXeRun * | fRun |
| LXeHistoManager * | fHistoManager |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 40 of file LXeRunAction.hh.
View newest version in sPHENIX GitHub at line 40 of file LXeRunAction.hh
| LXeRunAction::LXeRunAction | ( | ) |
Definition at line 37 of file LXeRunAction.cc.
View newest version in sPHENIX GitHub at line 37 of file LXeRunAction.cc
References fHistoManager.
|
virtual |
Definition at line 45 of file LXeRunAction.cc.
View newest version in sPHENIX GitHub at line 45 of file LXeRunAction.cc
References fHistoManager.
Reimplemented from G4UserRunAction.
Definition at line 59 of file LXeRunAction.cc.
View newest version in sPHENIX GitHub at line 59 of file LXeRunAction.cc
References G4ToolsAnalysisManager::Instance(), G4VAnalysisManager::IsActive(), and G4VAnalysisManager::OpenFile().
Here is the call graph for this function:Reimplemented from G4UserRunAction.
Definition at line 69 of file LXeRunAction.cc.
View newest version in sPHENIX GitHub at line 69 of file LXeRunAction.cc
References G4VAnalysisManager::CloseFile(), LXeRun::EndOfRun(), fRun, G4ToolsAnalysisManager::Instance(), G4VAnalysisManager::IsActive(), G4UserRunAction::isMaster, and G4VAnalysisManager::Write().
Here is the call graph for this function:Reimplemented from G4UserRunAction.
Definition at line 51 of file LXeRunAction.cc.
View newest version in sPHENIX GitHub at line 51 of file LXeRunAction.cc
References fRun.
|
private |
Definition at line 54 of file LXeRunAction.hh.
View newest version in sPHENIX GitHub at line 54 of file LXeRunAction.hh
Referenced by LXeRunAction(), and ~LXeRunAction().
|
private |
Definition at line 53 of file LXeRunAction.hh.
View newest version in sPHENIX GitHub at line 53 of file LXeRunAction.hh
Referenced by EndOfRunAction(), and GenerateRun().