|
Geant4
10.00.p01
|
#include <GammaKnifeRunAction.hh>
Inheritance diagram for GammaKnifeRunAction:
Collaboration diagram for GammaKnifeRunAction:Public Member Functions | |
| GammaKnifeRunAction (G4bool isOnMaster) | |
| ~GammaKnifeRunAction () | |
| void | BeginOfRunAction (const G4Run *) |
| void | EndOfRunAction (const G4Run *) |
| void | SelectEnergy (G4int) |
Public Member Functions inherited from G4UserRunAction | |
| G4UserRunAction () | |
| virtual | ~G4UserRunAction () |
| virtual G4Run * | GenerateRun () |
| void | SetMaster (G4bool val=true) |
| G4bool | IsMaster () const |
Private Attributes | |
| G4Timer * | timer |
| G4double | sum_real |
| G4double | sum_user |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
| G4bool | isMaster |
Definition at line 46 of file GammaKnifeRunAction.hh.
| GammaKnifeRunAction::GammaKnifeRunAction | ( | G4bool | isOnMaster | ) |
Definition at line 44 of file GammaKnifeRunAction.cc.
| GammaKnifeRunAction::~GammaKnifeRunAction | ( | ) |
Definition at line 53 of file GammaKnifeRunAction.cc.
References timer.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 60 of file GammaKnifeRunAction.cc.
References G4cout, G4endl, G4RunManager::GetRunManager(), G4RunManager::SetRandomNumberStore(), G4Timer::Start(), and timer.
Here is the call graph for this function:
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 70 of file GammaKnifeRunAction.cc.
References G4cout, G4endl, G4Timer::Stop(), sum_real, sum_user, and timer.
Here is the call graph for this function:| void GammaKnifeRunAction::SelectEnergy | ( | G4int | ) |
|
private |
Definition at line 60 of file GammaKnifeRunAction.hh.
Referenced by EndOfRunAction(), and GammaKnifeRunAction().
|
private |
Definition at line 61 of file GammaKnifeRunAction.hh.
Referenced by EndOfRunAction(), and GammaKnifeRunAction().
|
private |
Definition at line 59 of file GammaKnifeRunAction.hh.
Referenced by BeginOfRunAction(), EndOfRunAction(), GammaKnifeRunAction(), and ~GammaKnifeRunAction().