Geant4-11
|
Public Member Functions | |
virtual void | BeginOfEventAction (const G4Event *anEvent) |
virtual void | EndOfEventAction (const G4Event *anEvent) |
def | EndOfEventAction (self, event) |
virtual void | SetEventManager (G4EventManager *value) |
Protected Attributes | |
G4EventManager * | fpEventManager = nullptr |
|
virtualinherited |
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().
|
virtualinherited |
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().
def demo.MyEventAction.EndOfEventAction | ( | self, | |
event | |||
) |
|
virtualinherited |
Reimplemented in G4MultiEventAction.
Definition at line 56 of file G4UserEventAction.cc.
References G4UserEventAction::fpEventManager.
Referenced by G4EventManager::SetUserAction().
|
protectedinherited |
Definition at line 62 of file G4UserEventAction.hh.
Referenced by G4UserEventAction::SetEventManager().