Geant4
10.03
|
#include <B5RunAction.hh>
Public Member Functions | |
B5RunAction (B5EventAction *eventAction) | |
virtual | ~B5RunAction () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual G4Run * | GenerateRun () |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Private Attributes | |
B5EventAction * | fEventAction |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
G4bool | isMaster |
Run action class.
Definition at line 43 of file B5RunAction.hh.
B5RunAction::B5RunAction | ( | B5EventAction * | eventAction | ) |
Definition at line 41 of file B5RunAction.cc.
References fEventAction, G4cout, G4endl, B5EventAction::GetEmCalEdep(), and B5EventAction::GetHadCalEdep().
|
virtual |
Definition at line 94 of file B5RunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 101 of file B5RunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 117 of file B5RunAction.cc.
|
private |
Definition at line 53 of file B5RunAction.hh.
Referenced by B5RunAction().