Geant4
10.00.p01
|
#include <CCalEndOfEventAction.hh>
Public Member Functions | |
CCalEndOfEventAction (CCalPrimaryGeneratorAction *) | |
~CCalEndOfEventAction () | |
virtual void | StartOfEventAction (const G4Event *evt) |
virtual void | EndOfEventAction (const G4Event *evt) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
virtual void | BeginOfEventAction (const G4Event *anEvent) |
Private Member Functions | |
void | instanciateSteppingAction () |
void | initialize () |
Private Attributes | |
G4bool | isInitialized |
CCalPrimaryGeneratorAction * | primaryGenerator |
CCalSteppingAction * | theSteppingAction |
nameType * | SDnames |
G4int | numberOfSD |
CCaloOrganization * | theOrg |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 44 of file CCalEndOfEventAction.hh.
CCalEndOfEventAction::CCalEndOfEventAction | ( | CCalPrimaryGeneratorAction * | pg | ) |
Definition at line 59 of file CCalEndOfEventAction.cc.
References G4cout, G4endl, instanciateSteppingAction(), primaryGenerator, and theOrg.
CCalEndOfEventAction::~CCalEndOfEventAction | ( | ) |
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 114 of file CCalEndOfEventAction.cc.
References CCalSteppingAction::endOfEvent(), G4THitsCollection< T >::entries(), G4cout, G4endl, G4SDManager::GetCollectionID(), CCalHit::getEnergyDeposit(), G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), CCalPrimaryGeneratorAction::GetParticleEnergy(), CCalPrimaryGeneratorAction::GetParticlePosition(), G4SDManager::GetSDMpointer(), CCalHit::getTimeSlice(), CCalHit::getUnitID(), GeV, initialize(), isInitialized, MeV, mm, numberOfSD, pos, primaryGenerator, SDnames, theSteppingAction, and z.
|
private |
Definition at line 86 of file CCalEndOfEventAction.cc.
References G4cout, G4endl, CCalSDList::getInstance(), CCalSDList::getNumberOfCaloSD(), isInitialized, n, numberOfSD, and SDnames.
Referenced by EndOfEventAction().
|
private |
Definition at line 249 of file CCalEndOfEventAction.cc.
References G4cout, G4endl, G4RunManager::GetRunManager(), G4RunManager::GetUserSteppingAction(), G4RunManager::SetUserAction(), and theSteppingAction.
Referenced by CCalEndOfEventAction().
|
virtual |
Definition at line 109 of file CCalEndOfEventAction.cc.
References G4cout, G4endl, and G4Event::GetEventID().
|
private |
Definition at line 57 of file CCalEndOfEventAction.hh.
Referenced by EndOfEventAction(), and initialize().
|
private |
Definition at line 62 of file CCalEndOfEventAction.hh.
Referenced by EndOfEventAction(), and initialize().
|
private |
Definition at line 59 of file CCalEndOfEventAction.hh.
Referenced by CCalEndOfEventAction(), and EndOfEventAction().
|
private |
Definition at line 61 of file CCalEndOfEventAction.hh.
Referenced by EndOfEventAction(), initialize(), and ~CCalEndOfEventAction().
|
private |
Definition at line 63 of file CCalEndOfEventAction.hh.
Referenced by CCalEndOfEventAction(), and ~CCalEndOfEventAction().
|
private |
Definition at line 60 of file CCalEndOfEventAction.hh.
Referenced by EndOfEventAction(), and instanciateSteppingAction().