Definition at line 41 of file pyG4UserEventAction.cc.
◆ BeginOfEventAction()
void CB_G4UserEventAction::BeginOfEventAction |
( |
const G4Event * |
anEvent | ) |
|
|
inlinevirtual |
Reimplemented from G4UserEventAction.
Definition at line 44 of file pyG4UserEventAction.cc.
45 if(
const override&
f= get_override(
"BeginOfEventAction")) {
46 f(boost::ref(anEvent));
virtual void BeginOfEventAction(const G4Event *anEvent)
◆ EndOfEventAction()
void CB_G4UserEventAction::EndOfEventAction |
( |
const G4Event * |
anEvent | ) |
|
|
inlinevirtual |
Reimplemented from G4UserEventAction.
Definition at line 52 of file pyG4UserEventAction.cc.
53 if(
const override&
f= get_override(
"EndOfEventAction")) {
54 f(boost::ref(anEvent));
virtual void EndOfEventAction(const G4Event *anEvent)
The documentation for this struct was generated from the following file: