Geant4
10.02.p01
|
Event action class. More...
#include <B3aEventAction.hh>
Public Member Functions | |
B3aEventAction (B3aRunAction *runAction) | |
virtual | ~B3aEventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Private Attributes | |
B3aRunAction * | fRunAction |
G4int | fCollID_cryst |
G4int | fCollID_patient |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Event action class.
In EndOfEventAction() there is collected information event per event from Hits Collections, and accumulated statistic for B3RunAction::EndOfRunAction().
Definition at line 45 of file B3aEventAction.hh.
B3aEventAction::B3aEventAction | ( | B3aRunAction * | runAction | ) |
Definition at line 45 of file B3aEventAction.cc.
|
virtual |
Definition at line 54 of file B3aEventAction.cc.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 59 of file B3aEventAction.cc.
References fCollID_cryst, fCollID_patient, G4SDManager::GetCollectionID(), G4Event::GetEventID(), and G4SDManager::GetSDMpointer().
|
virtual |
G4int copyNb = (itr->first);
G4cout << "\n cryst" << copyNb << ": " << edep/keV << " keV ";
G4int copyNb = (itr->first);
Reimplemented from G4UserEventAction.
Definition at line 72 of file B3aEventAction.cc.
References B3aRunAction::CountEvent(), fCollID_cryst, fCollID_patient, fRunAction, G4HCofThisEvent::GetHC(), G4Event::GetHCofThisEvent(), G4THitsMap< T >::GetMap(), keV, and B3aRunAction::SumDose().
|
private |
Definition at line 56 of file B3aEventAction.hh.
Referenced by BeginOfEventAction(), and EndOfEventAction().
|
private |
Definition at line 57 of file B3aEventAction.hh.
Referenced by BeginOfEventAction(), and EndOfEventAction().
|
private |
Definition at line 55 of file B3aEventAction.hh.
Referenced by EndOfEventAction().