Geant4
10.02.p02
|
#include <B4bRunAction.hh>
Public Member Functions | |
B4bRunAction () | |
virtual | ~B4bRunAction () |
virtual G4Run * | GenerateRun () |
virtual void | BeginOfRunAction (const G4Run *) |
virtual void | EndOfRunAction (const G4Run *) |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
G4bool | isMaster |
Run action class.
It accumulates statistic and computes dispersion of the energy deposit and track lengths of charged particles with use of analysis tools: H1D histograms are created in BeginOfRunAction() for the following physics quantities:
In EndOfRunAction(), the accumulated statistic and computed dispersion is printed.
Definition at line 57 of file B4bRunAction.hh.
B4bRunAction::B4bRunAction | ( | ) |
Definition at line 42 of file B4bRunAction.cc.
References cm, G4cout, G4endl, G4RunManager::GetRunManager(), m, MeV, and G4RunManager::SetPrintProgress().
|
virtual |
Definition at line 81 of file B4bRunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 95 of file B4bRunAction.cc.
References G4cout, G4endl, and G4Run::GetRunID().
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 113 of file B4bRunAction.cc.
References G4BestUnit, G4cout, G4endl, and G4UserRunAction::isMaster.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 88 of file B4bRunAction.cc.