#include <G4HumanPhantomRunAction.hh>
Definition at line 38 of file G4HumanPhantomRunAction.hh.
◆ G4HumanPhantomRunAction()
◆ ~G4HumanPhantomRunAction()
G4HumanPhantomRunAction::~G4HumanPhantomRunAction |
( |
| ) |
|
◆ BeginOfRunAction()
void G4HumanPhantomRunAction::BeginOfRunAction |
( |
const G4Run * |
aRun | ) |
|
|
virtual |
◆ EndOfRunAction()
void G4HumanPhantomRunAction::EndOfRunAction |
( |
const G4Run * |
aRun | ) |
|
|
virtual |
◆ Fill()
void G4HumanPhantomRunAction::Fill |
( |
G4String |
bodypartName, |
|
|
G4double |
energyDeposit |
|
) |
| |
◆ totalRunEnergyDeposit()
void G4HumanPhantomRunAction::totalRunEnergyDeposit |
( |
| ) |
|
|
private |
Definition at line 128 of file G4HumanPhantomRunAction.cc.
130 std::map<std::string,G4double>::iterator i =
energyTotal.begin();
131 std::map<std::string,G4double>::iterator end =
energyTotal.end();
133 G4double totalEnergyDepositInPhantom =0.;
142 G4cout <<
"Energy Total in Run:" << bodypart <<
", ID: " << k
143 <<
", Energy Deposition (MeV): " 149 analysisMan -> FillNtupleWithEnergyDeposition(k, energyDep/
MeV);
154 totalEnergyDepositInPhantom += energyDep;
158 G4cout <<
"Total Energy deposit in the body is: " 159 << totalEnergyDepositInPhantom/
MeV <<
" MeV" <<
G4endl;
std::map< std::string, G4double > energyTotal
G4GLOB_DLL std::ostream G4cout
◆ bodypartName
G4String G4HumanPhantomRunAction::bodypartName |
|
private |
◆ energyTotal
std::map<std::string,G4double> G4HumanPhantomRunAction::energyTotal |
|
private |
The documentation for this class was generated from the following files: