Geant4
10.01.p02
|
#include <F03EventAction.hh>
Public Member Functions | |
F03EventAction (F03RunAction *) | |
virtual | ~F03EventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
void | SetEventVerbose (G4int level) |
void | SetPrintModulo (G4int val) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Private Attributes | |
G4int | fCalorimeterCollID |
F03EventActionMessenger * | fEventMessenger |
F03RunAction * | fRunAction |
G4int | fVerboseLevel |
G4int | fPrintModulo |
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 52 of file F03EventAction.cc.
References fEventMessenger.
|
virtual |
Definition at line 65 of file F03EventAction.cc.
References fEventMessenger.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 72 of file F03EventAction.cc.
References fCalorimeterCollID, fPrintModulo, fVerboseLevel, G4cout, G4endl, G4SDManager::GetCollectionID(), G4Event::GetEventID(), and G4SDManager::GetSDMpointer().
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 90 of file F03EventAction.cc.
References fPrintModulo, fRunAction, fVerboseLevel, G4cout, G4endl, G4Event::GetEventID(), and F03RunAction::GetRndmFreq().
|
inline |
Definition at line 57 of file F03EventAction.hh.
References fVerboseLevel.
Referenced by F03EventActionMessenger::SetNewValue().
|
inline |
Definition at line 58 of file F03EventAction.hh.
References fPrintModulo.
Referenced by F03EventActionMessenger::SetNewValue().
|
private |
Definition at line 61 of file F03EventAction.hh.
Referenced by BeginOfEventAction().
|
private |
Definition at line 63 of file F03EventAction.hh.
Referenced by F03EventAction(), and ~F03EventAction().
|
private |
Definition at line 67 of file F03EventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and SetPrintModulo().
|
private |
Definition at line 64 of file F03EventAction.hh.
Referenced by EndOfEventAction().
|
private |
Definition at line 66 of file F03EventAction.hh.
Referenced by BeginOfEventAction(), EndOfEventAction(), and SetEventVerbose().