|
Geant4
10.02.p01
|
#include <LXeRunAction.hh>
Inheritance diagram for LXeRunAction:
Collaboration diagram for LXeRunAction:Public Member Functions | |
| LXeRunAction (LXeRecorderBase *) | |
| virtual | ~LXeRunAction () |
| virtual void | BeginOfRunAction (const G4Run *) |
| virtual void | EndOfRunAction (const G4Run *) |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual G4Run * | GenerateRun () |
| void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Private Attributes | |
| LXeRecorderBase * | fRecorder |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 39 of file LXeRunAction.hh.
| LXeRunAction::LXeRunAction | ( | LXeRecorderBase * | r | ) |
Definition at line 37 of file LXeRunAction.cc.
|
virtual |
Definition at line 41 of file LXeRunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 45 of file LXeRunAction.cc.
References fRecorder, and LXeRecorderBase::RecordBeginOfRun().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 51 of file LXeRunAction.cc.
References fRecorder, and LXeRecorderBase::RecordEndOfRun().
Here is the call graph for this function:
|
private |
Definition at line 51 of file LXeRunAction.hh.
Referenced by BeginOfRunAction(), and EndOfRunAction().