|
Geant4
10.02.p01
|
#include <ExGflashRunAction.hh>
Inheritance diagram for ExGflashRunAction:
Collaboration diagram for ExGflashRunAction:Public Member Functions | |
| ExGflashRunAction () | |
| ~ExGflashRunAction () | |
| virtual void | BeginOfRunAction (const G4Run *aRun) |
| virtual void | EndOfRunAction (const G4Run *aRun) |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual G4Run * | GenerateRun () |
| void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Private Attributes | |
| G4int | fRunID |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 39 of file ExGflashRunAction.hh.
| ExGflashRunAction::ExGflashRunAction | ( | ) |
Definition at line 37 of file ExGflashRunAction.cc.
| ExGflashRunAction::~ExGflashRunAction | ( | ) |
Definition at line 43 of file ExGflashRunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 48 of file ExGflashRunAction.cc.
References fRunID, G4cout, G4endl, and G4Run::GetRunID().
Here is the call graph for this function:
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 57 of file ExGflashRunAction.cc.
References G4cout, G4endl, and G4Run::GetNumberOfEvent().
Here is the call graph for this function:
|
private |
Definition at line 49 of file ExGflashRunAction.hh.
Referenced by BeginOfRunAction().