Geant4
10.03.p03
|
#include <B4aEventAction.hh>
Public Member Functions | |
B4aEventAction () | |
virtual | ~B4aEventAction () |
virtual void | BeginOfEventAction (const G4Event *event) |
virtual void | EndOfEventAction (const G4Event *event) |
void | AddAbs (G4double de, G4double dl) |
void | AddGap (G4double de, G4double dl) |
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
It defines data members to hold the energy deposit and track lengths of charged particles in Absober and Gap layers:
Definition at line 45 of file B4aEventAction.hh.
B4aEventAction::B4aEventAction | ( | ) |
Definition at line 44 of file B4aEventAction.cc.
|
virtual |
Definition at line 54 of file B4aEventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 59 of file B4aEventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 70 of file B4aEventAction.cc.