Geant4
9.6.p02
|
#include <OlapEventAction.hh>
Public Member Functions | |
OlapEventAction (OlapRunAction *) | |
~OlapEventAction () | |
void | BeginOfEventAction (const G4Event *anEvent) |
void | EndOfEventAction (const G4Event *anEvent) |
G4bool | InsertOI (OlapInfo *) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Public Attributes | |
OlapRunAction * | theRunAction |
OlapDetConstr * | theDet |
std::vector< OlapStepInfo * > | ABSteps |
std::vector< OlapStepInfo * > | BASteps |
G4bool | dontDelete |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 85 of file OlapEventAction.hh.
OlapEventAction::OlapEventAction | ( | OlapRunAction * | aRunAction) |
OlapEventAction::~OlapEventAction | ( | ) |
Definition at line 136 of file OlapEventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 141 of file OlapEventAction.cc.
Reimplemented from G4UserEventAction.
Definition at line 161 of file OlapEventAction.cc.
Definition at line 278 of file OlapEventAction.cc.
std::vector<OlapStepInfo*> OlapEventAction::ABSteps |
Definition at line 99 of file OlapEventAction.hh.
std::vector<OlapStepInfo*> OlapEventAction::BASteps |
Definition at line 100 of file OlapEventAction.hh.
G4bool OlapEventAction::dontDelete |
Definition at line 101 of file OlapEventAction.hh.
OlapDetConstr* OlapEventAction::theDet |
Definition at line 98 of file OlapEventAction.hh.
OlapRunAction* OlapEventAction::theRunAction |
Definition at line 97 of file OlapEventAction.hh.