Geant4
10.00.p03
|
#include <IORTRunAction.hh>
Public Member Functions | |
IORTRunAction () | |
~IORTRunAction () | |
void | BeginOfRunAction (const G4Run *) |
void | EndOfRunAction (const G4Run *) |
void | SelectEnergy (G4int) |
void | AddEMProcess () |
void | AddHadronicProcess () |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual G4Run * | GenerateRun () |
void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Private Attributes | |
G4int | electromagnetic |
G4int | hadronic |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
G4bool | isMaster |
Definition at line 53 of file IORTRunAction.hh.
IORTRunAction::IORTRunAction | ( | ) |
Definition at line 56 of file IORTRunAction.cc.
IORTRunAction::~IORTRunAction | ( | ) |
Definition at line 60 of file IORTRunAction.cc.
void IORTRunAction::AddEMProcess | ( | ) |
Definition at line 81 of file IORTRunAction.cc.
References electromagnetic.
void IORTRunAction::AddHadronicProcess | ( | ) |
Definition at line 85 of file IORTRunAction.cc.
References hadronic.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 64 of file IORTRunAction.cc.
References electromagnetic, G4cout, G4endl, G4RunManager::GetRunManager(), and hadronic.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 73 of file IORTRunAction.cc.
void IORTRunAction::SelectEnergy | ( | G4int | ) |
|
private |
Definition at line 73 of file IORTRunAction.hh.
Referenced by AddEMProcess(), and BeginOfRunAction().
|
private |
Definition at line 74 of file IORTRunAction.hh.
Referenced by AddHadronicProcess(), and BeginOfRunAction().