Geant4 Event user action class. More...
#include <G4XTankEventAction.h>
Public Member Functions | |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
G4XTankEventAction () | |
virtual | ~G4XTankEventAction () |
Static Public Member Functions | |
static int | GetPrimaryId () |
Private Attributes | |
int | fNumCerenkov |
int | fNumCerenkovDelta |
int | fNumPMT1 |
int | fNumPMT2 |
int | fNumPMT3 |
int | fNumSum |
G4Timer * | fTimer |
Static Private Attributes | |
static int | fgPrimaryId = 0 |
Geant4 Event user action class.
Definition at line 20 of file G4XTankEventAction.h.
G4XTankEventAction::G4XTankEventAction | ( | ) |
Definition at line 10 of file G4XTankEventAction.cc.
|
virtual |
Definition at line 15 of file G4XTankEventAction.cc.
References fTimer.
|
virtual |
Definition at line 21 of file G4XTankEventAction.cc.
References fgPrimaryId, and fTimer.
|
virtual |
Definition at line 29 of file G4XTankEventAction.cc.
References G4XTankSimulatorAG::G4XTankTrackingAction::fNumBounces, G4XTankSimulatorAG::G4XTankTrackingAction::fNumC, G4XTankSimulatorAG::G4XTankTrackingAction::fNumCDelta, and fTimer.
|
inlinestatic |
Definition at line 29 of file G4XTankEventAction.h.
References fgPrimaryId.
Referenced by G4XTankSimulatorAG::G4XTankPMTAction::ProcessHits().
|
staticprivate |
Definition at line 32 of file G4XTankEventAction.h.
Referenced by BeginOfEventAction(), and GetPrimaryId().
|
private |
Definition at line 34 of file G4XTankEventAction.h.
|
private |
Definition at line 35 of file G4XTankEventAction.h.
|
private |
Definition at line 37 of file G4XTankEventAction.h.
|
private |
Definition at line 37 of file G4XTankEventAction.h.
|
private |
Definition at line 37 of file G4XTankEventAction.h.
|
private |
Definition at line 37 of file G4XTankEventAction.h.
|
private |
Definition at line 39 of file G4XTankEventAction.h.
Referenced by BeginOfEventAction(), EndOfEventAction(), and ~G4XTankEventAction().