#include <BeginOfEvent.h>
Public Member Functions | |
BeginOfEvent (const G4Event *tEvent) | |
const G4Event * | operator() () const |
Private Attributes | |
const G4Event * | anEvent |
Definition at line 6 of file BeginOfEvent.h.
BeginOfEvent::BeginOfEvent | ( | const G4Event * | tEvent | ) | [inline] |
Definition at line 9 of file BeginOfEvent.h.
: anEvent(tEvent) {}
const G4Event* BeginOfEvent::operator() | ( | ) | const [inline] |
const G4Event* BeginOfEvent::anEvent [private] |
Definition at line 12 of file BeginOfEvent.h.
Referenced by operator()().