Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserRunAction.hh>
Public Member Functions | |
G4UserRunAction () | |
virtual | ~G4UserRunAction ()=default |
virtual G4Run * | GenerateRun () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
virtual void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Protected Attributes | |
G4bool | isMaster = true |
Definition at line 52 of file G4UserRunAction.hh.
G4UserRunAction::G4UserRunAction | ( | ) |
Definition at line 37 of file G4UserRunAction.cc.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in G4AdjointSimManager, G4MultiRunAction, and G4RTRunAction.
Definition at line 59 of file G4UserRunAction.hh.
Referenced by G4AdjointSimManager::BeginOfRunAction(), G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inlinevirtual |
Reimplemented in G4AdjointSimManager, G4MultiRunAction, and G4RTRunAction.
Definition at line 60 of file G4UserRunAction.hh.
Referenced by G4AdjointSimManager::EndOfRunAction(), and G4RunManager::RunTermination().
|
inlinevirtual |
Reimplemented in G4MultiRunAction, and G4RTRunAction.
Definition at line 58 of file G4UserRunAction.hh.
Referenced by G4RunManager::RunInitialization(), G4WorkerRunManager::RunInitialization(), and G4WorkerTaskRunManager::RunInitialization().
|
inline |
Definition at line 63 of file G4UserRunAction.hh.
|
inlinevirtual |
Reimplemented in G4MultiRunAction.
Definition at line 62 of file G4UserRunAction.hh.
Referenced by G4MultiRunAction::SetMaster(), G4MTRunManager::SetUserAction(), and G4WorkerRunManager::SetUserAction().
|
protected |
Definition at line 66 of file G4UserRunAction.hh.
Referenced by IsMaster(), and SetMaster().