Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UserEventAction.hh>
Public Member Functions | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
virtual void | BeginOfEventAction (const G4Event *anEvent) |
virtual void | EndOfEventAction (const G4Event *anEvent) |
Protected Attributes | |
G4EventManager * | fpEventManager |
Definition at line 51 of file G4UserEventAction.hh.
G4UserEventAction::G4UserEventAction | ( | ) |
Definition at line 36 of file G4UserEventAction.cc.
|
virtual |
Definition at line 52 of file G4UserEventAction.cc.
Definition at line 55 of file G4UserEventAction.cc.
Definition at line 58 of file G4UserEventAction.cc.
|
inline |
Definition at line 56 of file G4UserEventAction.hh.
Referenced by G4EventManager::SetUserAction().
|
protected |
Definition at line 63 of file G4UserEventAction.hh.
Referenced by SetEventManager().