Geant4
10.00.p01
|
#include <G4HumanPhantomRunAction.hh>
Public Member Functions | |
G4HumanPhantomRunAction (G4HumanPhantomAnalysisManager *analysis) | |
~G4HumanPhantomRunAction () | |
void | BeginOfRunAction (const G4Run *) |
void | EndOfRunAction (const G4Run *) |
void | Fill (G4String bodypartName, G4double energyDeposit) |
Public Member Functions inherited from G4UserRunAction | |
G4UserRunAction () | |
virtual | ~G4UserRunAction () |
virtual G4Run * | GenerateRun () |
void | SetMaster (G4bool val=true) |
G4bool | IsMaster () const |
Private Member Functions | |
void | totalRunEnergyDeposit () |
Private Attributes | |
std::map< std::string, G4double > | energyTotal |
G4String | bodypartName |
Additional Inherited Members | |
Protected Attributes inherited from G4UserRunAction | |
G4bool | isMaster |
Definition at line 38 of file G4HumanPhantomRunAction.hh.
G4HumanPhantomRunAction::G4HumanPhantomRunAction | ( | G4HumanPhantomAnalysisManager * | analysis | ) |
Definition at line 48 of file G4HumanPhantomRunAction.cc.
G4HumanPhantomRunAction::~G4HumanPhantomRunAction | ( | ) |
Definition at line 52 of file G4HumanPhantomRunAction.cc.
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 56 of file G4HumanPhantomRunAction.cc.
References energyTotal, G4cout, G4endl, and G4Run::GetRunID().
|
virtual |
Reimplemented from G4UserRunAction.
Definition at line 109 of file G4HumanPhantomRunAction.cc.
References G4cout, G4endl, G4Run::GetNumberOfEvent(), and totalRunEnergyDeposit().
Definition at line 121 of file G4HumanPhantomRunAction.cc.
References energyTotal.
Referenced by G4HumanPhantomEventAction::totalEventEnergyDeposit().
|
private |
Definition at line 128 of file G4HumanPhantomRunAction.cc.
References energyTotal, G4String::first(), G4cout, G4endl, and MeV.
Referenced by EndOfRunAction().
|
private |
Definition at line 51 of file G4HumanPhantomRunAction.hh.
|
private |
Definition at line 50 of file G4HumanPhantomRunAction.hh.
Referenced by BeginOfRunAction(), Fill(), and totalRunEnergyDeposit().