Run action class.
More...
#include <B3aRunAction.hh>
Run action class.
Definition at line 40 of file B3aRunAction.hh.
◆ B3aRunAction()
B3aRunAction::B3aRunAction |
( |
| ) |
|
Definition at line 42 of file B3aRunAction.cc.
G4Parameter< G4int > fGoodEvents
G4Parameter< G4double > fSumDose
static G4ParameterManager * Instance()
static const double milligray
static const double microgray
void RegisterParameter(G4Parameter< T > ¶meter)
◆ ~B3aRunAction()
B3aRunAction::~B3aRunAction |
( |
| ) |
|
|
virtual |
◆ BeginOfRunAction()
void B3aRunAction::BeginOfRunAction |
( |
const G4Run * |
run | ) |
|
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 72 of file B3aRunAction.cc.
78 parameterManager->
Reset();
static G4ParameterManager * Instance()
void SetRandomNumberStore(G4bool flag)
G4GLOB_DLL std::ostream G4cout
static G4RunManager * GetRunManager()
◆ CountEvent()
void B3aRunAction::CountEvent |
( |
| ) |
|
|
inline |
◆ EndOfRunAction()
void B3aRunAction::EndOfRunAction |
( |
const G4Run * |
run | ) |
|
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 86 of file B3aRunAction.cc.
89 if (nofEvents == 0)
return;
93 parameterManager->
Merge();
115 <<
"--------------------End of Global Run-----------------------" 117 <<
" The run was " << nofEvents <<
" events ";
123 <<
"--------------------End of Local Run------------------------" 125 <<
" The run was " << nofEvents <<
" "<< partName;
131 <<
"------------------------------------------------------------" <<
G4endl G4Parameter< G4int > fGoodEvents
G4Parameter< G4double > fSumDose
static G4ParameterManager * Instance()
#define G4BestUnit(a, b)
#define G4_USE_G4BESTUNIT_FOR_VERBOSE 1
const G4String & GetParticleName() const
G4GLOB_DLL std::ostream G4cout
static G4RunManager * GetRunManager()
const G4VUserPrimaryGeneratorAction * GetUserPrimaryGeneratorAction() const
G4int GetNumberOfEvent() const
const G4ParticleGun * GetParticleGun() const
G4ParticleDefinition * GetParticleDefinition() const
◆ SumDose()
void B3aRunAction::SumDose |
( |
G4double |
dose | ) |
|
|
inline |
◆ fGoodEvents
◆ fSumDose
The documentation for this class was generated from the following files: