Geant4
10.01.p02
|
#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 57 of file CCalEndOfEventAction.cc.
References G4cout, G4endl, instanciateSteppingAction(), primaryGenerator, and theOrg.
CCalEndOfEventAction::~CCalEndOfEventAction | ( | ) |
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 112 of file CCalEndOfEventAction.cc.
References CCalAnalysis::EndOfEvent(), CCalSteppingAction::endOfEvent(), G4THitsCollection< T >::entries(), G4cout, G4endl, G4SDManager::GetCollectionID(), CCalHit::getEnergyDeposit(), G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), CCalAnalysis::getInstance(), CCalPrimaryGeneratorAction::GetParticleEnergy(), CCalPrimaryGeneratorAction::GetParticlePosition(), G4SDManager::GetSDMpointer(), CCalHit::getTimeSlice(), CCalHit::getUnitID(), GeV, initialize(), CCalAnalysis::InsertEnergy(), CCalAnalysis::InsertEnergyEcal(), CCalAnalysis::InsertEnergyHcal(), CCalAnalysis::InsertTimeProfile(), isInitialized, MeV, mm, numberOfSD, pos, primaryGenerator, SDnames, CCalAnalysis::setNtuple(), theSteppingAction, and z.
|
private |
Definition at line 84 of file CCalEndOfEventAction.cc.
References G4cout, G4endl, CCalSDList::getInstance(), CCalSDList::getNumberOfCaloSD(), isInitialized, n, numberOfSD, and SDnames.
Referenced by EndOfEventAction().
|
private |
Definition at line 245 of file CCalEndOfEventAction.cc.
References G4cout, G4endl, G4RunManager::GetRunManager(), G4RunManager::GetUserSteppingAction(), G4RunManager::SetUserAction(), and theSteppingAction.
Referenced by CCalEndOfEventAction().
|
virtual |
Definition at line 107 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().