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