Geant4-11
|
#include <G4UserEventAction.hh>
Public Member Functions | |
virtual void | BeginOfEventAction (const G4Event *anEvent) |
virtual void | EndOfEventAction (const G4Event *anEvent) |
G4UserEventAction () | |
virtual void | SetEventManager (G4EventManager *value) |
virtual | ~G4UserEventAction () |
Protected Attributes | |
G4EventManager * | fpEventManager = nullptr |
Definition at line 48 of file G4UserEventAction.hh.
G4UserEventAction::G4UserEventAction | ( | ) |
Definition at line 37 of file G4UserEventAction.cc.
References FatalException, G4Exception(), and G4ParticleTable::GetParticleTable().
|
virtual |
Definition at line 53 of file G4UserEventAction.cc.
|
virtual |
Reimplemented in G4MultiEventAction, QEventAction, and CB_G4UserEventAction.
Definition at line 61 of file G4UserEventAction.cc.
Referenced by CB_G4UserEventAction::BeginOfEventAction(), G4EventManager::DoProcessing(), and export_G4UserEventAction().
|
virtual |
Reimplemented in G4MultiEventAction, QEventAction, and CB_G4UserEventAction.
Definition at line 64 of file G4UserEventAction.cc.
Referenced by G4EventManager::DoProcessing(), CB_G4UserEventAction::EndOfEventAction(), and export_G4UserEventAction().
|
virtual |
Reimplemented in G4MultiEventAction.
Definition at line 56 of file G4UserEventAction.cc.
References fpEventManager.
Referenced by G4EventManager::SetUserAction().
|
protected |
Definition at line 62 of file G4UserEventAction.hh.
Referenced by SetEventManager().