ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/advanced/iort_therapy/include/IORTEventAction.hh>
Public Member Functions | |
IORTEventAction () | |
~IORTEventAction () | |
void | BeginOfEventAction (const G4Event *) |
void | EndOfEventAction (const G4Event *) |
void | SetPrintModulo (G4int val) |
void | SetDrawFlag (G4String val) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
virtual void | SetEventManager (G4EventManager *value) |
Private Attributes | |
G4String | drawFlag |
G4int | printModulo |
IORTEventActionMessenger * | pointerEventMessenger |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 48 of file IORTEventAction.hh.
View newest version in sPHENIX GitHub at line 48 of file IORTEventAction.hh
IORTEventAction::IORTEventAction | ( | ) |
Definition at line 51 of file IORTEventAction.cc.
View newest version in sPHENIX GitHub at line 51 of file IORTEventAction.cc
References pointerEventMessenger.
IORTEventAction::~IORTEventAction | ( | ) |
Definition at line 57 of file IORTEventAction.cc.
View newest version in sPHENIX GitHub at line 57 of file IORTEventAction.cc
References pointerEventMessenger.
Reimplemented from G4UserEventAction.
Definition at line 62 of file IORTEventAction.cc.
View newest version in sPHENIX GitHub at line 62 of file IORTEventAction.cc
References G4cout, G4endl, G4Event::GetEventID(), and printModulo.
Reimplemented from G4UserEventAction.
Definition at line 72 of file IORTEventAction.cc.
View newest version in sPHENIX GitHub at line 72 of file IORTEventAction.cc
Definition at line 63 of file IORTEventAction.hh.
View newest version in sPHENIX GitHub at line 63 of file IORTEventAction.hh
References drawFlag.
Referenced by IORTEventActionMessenger::SetNewValue().
Definition at line 58 of file IORTEventAction.hh.
View newest version in sPHENIX GitHub at line 58 of file IORTEventAction.hh
References printModulo.
Referenced by IORTEventActionMessenger::SetNewValue().
|
private |
Definition at line 66 of file IORTEventAction.hh.
View newest version in sPHENIX GitHub at line 66 of file IORTEventAction.hh
Referenced by SetDrawFlag().
|
private |
Definition at line 71 of file IORTEventAction.hh.
View newest version in sPHENIX GitHub at line 71 of file IORTEventAction.hh
Referenced by IORTEventAction(), and ~IORTEventAction().
|
private |
Definition at line 70 of file IORTEventAction.hh.
View newest version in sPHENIX GitHub at line 70 of file IORTEventAction.hh
Referenced by BeginOfEventAction(), and SetPrintModulo().