Geant4
10.01.p02
|
#include <G4HumanPhantomEventAction.hh>
Public Member Functions | |
G4HumanPhantomEventAction () | |
~G4HumanPhantomEventAction () | |
void | BeginOfEventAction (const G4Event *) |
void | EndOfEventAction (const G4Event *) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Private Member Functions | |
void | Fill (G4String bodypartName, G4double energyDeposit) |
void | totalEventEnergyDeposit () |
Private Attributes | |
G4int | hitCollectionID |
std::map< std::string, G4double > | energyTotal |
G4String | bodypartName |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 42 of file G4HumanPhantomEventAction.hh.
G4HumanPhantomEventAction::G4HumanPhantomEventAction | ( | ) |
Definition at line 44 of file G4HumanPhantomEventAction.cc.
G4HumanPhantomEventAction::~G4HumanPhantomEventAction | ( | ) |
Definition at line 50 of file G4HumanPhantomEventAction.cc.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 54 of file G4HumanPhantomEventAction.cc.
References energyTotal, G4SDManager::GetCollectionID(), G4SDManager::GetSDMpointer(), and hitCollectionID.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 106 of file G4HumanPhantomEventAction.cc.
References G4THitsCollection< T >::entries(), Fill(), G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), hitCollectionID, and totalEventEnergyDeposit().
Definition at line 133 of file G4HumanPhantomEventAction.cc.
References energyTotal.
Referenced by EndOfEventAction().
|
private |
Definition at line 140 of file G4HumanPhantomEventAction.cc.
References energyTotal, G4HumanPhantomRunAction::Fill(), G4String::first(), G4RunManager::GetRunManager(), and G4RunManager::GetUserRunAction().
Referenced by EndOfEventAction().
|
private |
Definition at line 58 of file G4HumanPhantomEventAction.hh.
|
private |
Definition at line 57 of file G4HumanPhantomEventAction.hh.
Referenced by BeginOfEventAction(), Fill(), and totalEventEnergyDeposit().
|
private |
Definition at line 56 of file G4HumanPhantomEventAction.hh.
Referenced by BeginOfEventAction(), and EndOfEventAction().