Geant4  10.02.p03
LXeRunAction Class Reference

#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 G4RunGenerateRun ()
 
void SetMaster (G4bool val=true)
 
G4bool IsMaster () const
 

Private Attributes

LXeRecorderBasefRecorder
 

Additional Inherited Members

- Protected Attributes inherited from G4UserRunAction
G4bool isMaster
 

Detailed Description

Definition at line 39 of file LXeRunAction.hh.

Constructor & Destructor Documentation

◆ LXeRunAction()

LXeRunAction::LXeRunAction ( LXeRecorderBase r)

Definition at line 37 of file LXeRunAction.cc.

37 : fRecorder(r) {}
LXeRecorderBase * fRecorder
Definition: LXeRunAction.hh:51

◆ ~LXeRunAction()

LXeRunAction::~LXeRunAction ( )
virtual

Definition at line 41 of file LXeRunAction.cc.

41 {}

Member Function Documentation

◆ BeginOfRunAction()

void LXeRunAction::BeginOfRunAction ( const G4Run aRun)
virtual

Reimplemented from G4UserRunAction.

Definition at line 45 of file LXeRunAction.cc.

45  {
47 }
LXeRecorderBase * fRecorder
Definition: LXeRunAction.hh:51
virtual void RecordBeginOfRun(const G4Run *)=0
Here is the call graph for this function:

◆ EndOfRunAction()

void LXeRunAction::EndOfRunAction ( const G4Run aRun)
virtual

Reimplemented from G4UserRunAction.

Definition at line 51 of file LXeRunAction.cc.

51  {
53 }
LXeRecorderBase * fRecorder
Definition: LXeRunAction.hh:51
virtual void RecordEndOfRun(const G4Run *)=0
Here is the call graph for this function:

Member Data Documentation

◆ fRecorder

LXeRecorderBase* LXeRunAction::fRecorder
private

Definition at line 51 of file LXeRunAction.hh.


The documentation for this class was generated from the following files: