Geant4_10
|
#include <Em10EventAction.hh>
Public Member Functions | |
Em10EventAction (Em10RunAction *Em10RA) | |
~Em10EventAction () | |
void | BeginOfEventAction (const G4Event *) |
void | EndOfEventAction (const G4Event *) |
G4int | GetEventno () |
void | setEventVerbose (G4int level) |
void | CountStepsCharged () |
void | CountStepsNeutral () |
void | AddCharged () |
void | AddNeutral () |
void | AddE () |
void | AddP () |
void | SetTr () |
void | SetRef () |
void | SetDrawFlag (G4String val) |
void | SetPrintModulo (G4int val) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 48 of file Em10EventAction.hh.
Em10EventAction::Em10EventAction | ( | Em10RunAction * | Em10RA | ) |
Definition at line 56 of file Em10EventAction.cc.
Em10EventAction::~Em10EventAction | ( | ) |
Definition at line 65 of file Em10EventAction.cc.
void Em10EventAction::AddCharged | ( | ) |
void Em10EventAction::AddE | ( | ) |
void Em10EventAction::AddNeutral | ( | ) |
void Em10EventAction::AddP | ( | ) |
Reimplemented from G4UserEventAction.
Definition at line 72 of file Em10EventAction.cc.
void Em10EventAction::CountStepsCharged | ( | ) |
void Em10EventAction::CountStepsNeutral | ( | ) |
Reimplemented from G4UserEventAction.
Definition at line 100 of file Em10EventAction.cc.
G4int Em10EventAction::GetEventno | ( | ) |
Definition at line 163 of file Em10EventAction.cc.
void Em10EventAction::SetRef | ( | ) |
void Em10EventAction::SetTr | ( | ) |