Geant4
10.02.p02
|
#include <F03EventAction.hh>
Public Member Functions | |
F03EventAction (F03RunAction *) | |
virtual | ~F03EventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
virtual void | SetEventManager (G4EventManager *value) |
Private Attributes | |
F03RunAction * | fRunAction |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 47 of file F03EventAction.hh.
F03EventAction::F03EventAction | ( | F03RunAction * | action | ) |
Definition at line 45 of file F03EventAction.cc.
|
virtual |
Definition at line 52 of file F03EventAction.cc.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 57 of file F03EventAction.cc.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 62 of file F03EventAction.cc.
References fRunAction, G4cout, G4endl, G4Event::GetEventID(), G4RunManager::GetPrintProgress(), F03RunAction::GetRndmFreq(), and G4RunManager::GetRunManager().
|
private |
Definition at line 58 of file F03EventAction.hh.
Referenced by EndOfEventAction().