Geant4
9.6.p02
|
#include <B3EventAction.hh>
Public Member Functions | |
B3EventAction (B3RunAction *runAction) | |
virtual | ~B3EventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
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 B3EventAction.hh.
B3EventAction::B3EventAction | ( | B3RunAction * | runAction) |
Definition at line 46 of file B3EventAction.cc.
|
virtual |
Definition at line 56 of file B3EventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 61 of file B3EventAction.cc.
G4int copyNb = (itr->first);
G4cout << "\n cryst" << copyNb << ": " << edep/keV << " keV ";
G4int copyNb = (itr->first);
Reimplemented from G4UserEventAction.
Definition at line 78 of file B3EventAction.cc.