|
Geant4-11
|
#include <QEventAction.hh>
Public Member Functions | |
| virtual void | BeginOfEventAction (const G4Event *aevent) |
| virtual void | EndOfEventAction (const G4Event *aevent) |
| QEventAction () | |
| virtual void | SetEventManager (G4EventManager *value) |
| ~QEventAction () | |
Protected Attributes | |
| G4EventManager * | fpEventManager = nullptr |
Definition at line 42 of file QEventAction.hh.
| QEventAction::QEventAction | ( | ) |
Definition at line 41 of file QEventAction.cc.
| QEventAction::~QEventAction | ( | ) |
Definition at line 48 of file QEventAction.cc.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 55 of file QEventAction.cc.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 63 of file QEventAction.cc.
|
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().