Geant4
10.01.p02
|
#include <LXeRunAction.hh>
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().
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 51 of file LXeRunAction.cc.
References fRecorder, and LXeRecorderBase::RecordEndOfRun().
|
private |
Definition at line 51 of file LXeRunAction.hh.
Referenced by BeginOfRunAction(), and EndOfRunAction().