Geant4-11
|
#include <G4RTRunAction.hh>
Public Member Functions | |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
G4RTRunAction () | |
virtual G4Run * | GenerateRun () |
G4bool | IsMaster () const |
virtual void | SetMaster (G4bool val=true) |
virtual | ~G4RTRunAction () |
Protected Attributes | |
G4bool | isMaster = true |
Definition at line 43 of file G4RTRunAction.hh.
G4RTRunAction::G4RTRunAction | ( | ) |
Definition at line 39 of file G4RTRunAction.cc.
|
virtual |
Definition at line 40 of file G4RTRunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 45 of file G4RTRunAction.cc.
References G4SDManager::Activate(), and G4SDManager::GetSDMpointerIfExist().
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 51 of file G4RTRunAction.cc.
References G4SDManager::Activate(), and G4SDManager::GetSDMpointerIfExist().
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 42 of file G4RTRunAction.cc.
|
inlineinherited |
|
inlinevirtualinherited |
Reimplemented in G4MultiRunAction.
Definition at line 63 of file G4UserRunAction.hh.
References G4UserRunAction::isMaster.
Referenced by G4MultiRunAction::SetMaster(), G4MTRunManager::SetUserAction(), and G4WorkerRunManager::SetUserAction().
|
protectedinherited |
Definition at line 68 of file G4UserRunAction.hh.
Referenced by G4UserRunAction::IsMaster(), and G4UserRunAction::SetMaster().