Geant4
10.03.p03
|
#include <B4cEventAction.hh>
Public Member Functions | |
B4cEventAction () | |
virtual | ~B4cEventAction () |
virtual void | BeginOfEventAction (const G4Event *event) |
virtual void | EndOfEventAction (const G4Event *event) |
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(), it prints the accumulated quantities of the energy deposit and track lengths of charged particles in Absober and Gap layers stored in the hits collections.
Definition at line 46 of file B4cEventAction.hh.
B4cEventAction::B4cEventAction | ( | ) |
Definition at line 47 of file B4cEventAction.cc.
|
virtual |
Definition at line 55 of file B4cEventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 105 of file B4cEventAction.cc.