Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MultiEventAction.hh>
Public Member Functions | |
G4MultiEventAction ()=default | |
virtual | ~G4MultiEventAction () override=default |
virtual void | SetEventManager (G4EventManager *) override |
virtual void | BeginOfEventAction (const G4Event *) override |
virtual void | EndOfEventAction (const G4Event *) override |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
virtual void | SetEventManager (G4EventManager *value) |
virtual void | BeginOfEventAction (const G4Event *anEvent) |
virtual void | EndOfEventAction (const G4Event *anEvent) |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager = nullptr |
Definition at line 56 of file G4MultiEventAction.hh.
|
default |
|
overridevirtualdefault |
|
overridevirtual |
Reimplemented from G4UserEventAction.
Definition at line 41 of file G4MultiEventAction.cc.
|
overridevirtual |
Reimplemented from G4UserEventAction.
Definition at line 48 of file G4MultiEventAction.cc.
|
overridevirtual |
Reimplemented from G4UserEventAction.
Definition at line 34 of file G4MultiEventAction.cc.