Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <G4MultiEventAction.hh>
Public Member Functions | |
G4MultiEventAction ()=default | |
~G4MultiEventAction () override=default | |
void | SetEventManager (G4EventManager *) override |
void | BeginOfEventAction (const G4Event *) override |
void | EndOfEventAction (const G4Event *) override |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction ()=default |
virtual void | MergeSubEvent (G4Event *masterEvent, const G4Event *subEvent) |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager = nullptr |
Definition at line 56 of file G4MultiEventAction.hh.
|
default |
|
overridedefault |
|
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.