Geant4
10.03.p03
|
#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 () |
virtual void | SetEventManager (G4EventManager *value) |
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.
G4int copyNb = (itr->first);
G4cout << "\n cryst" << copyNb << ": " << edep/keV << " keV ";
G4int copyNb = (itr->first);
Reimplemented from G4UserEventAction.
Definition at line 64 of file B3aEventAction.cc.