Geant4
10.00.p01
|
#include <exGPSEventAction.hh>
Public Member Functions | |
exGPSEventAction (exGPSHistoManager *histoManager) | |
virtual | ~exGPSEventAction () |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *) |
void | SetDrawFlag (G4String val) |
void | SetPrintModulo (G4int val) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Private Attributes | |
G4String | fDrawFlag |
G4int | fPrintModulo |
exGPSEventActionMessenger * | fEventMessenger |
exGPSHistoManager * | fexGPSHistoManager |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 43 of file exGPSEventAction.hh.
exGPSEventAction::exGPSEventAction | ( | exGPSHistoManager * | histoManager | ) |
Definition at line 46 of file exGPSEventAction.cc.
References fEventMessenger.
|
virtual |
Definition at line 56 of file exGPSEventAction.cc.
References fEventMessenger.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 63 of file exGPSEventAction.cc.
References fPrintModulo, G4cout, G4endl, and G4Event::GetEventID().
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 77 of file exGPSEventAction.cc.
References fexGPSHistoManager, exGPSHistoManager::Fill(), G4PrimaryParticle::GetG4code(), G4PrimaryParticle::GetMass(), G4PrimaryParticle::GetMomentum(), G4PrimaryVertex::GetNumberOfParticle(), G4Event::GetNumberOfPrimaryVertex(), G4PrimaryParticle::GetPDGcode(), G4ParticleDefinition::GetPDGMass(), G4PrimaryVertex::GetPosition(), G4PrimaryVertex::GetPrimary(), G4Event::GetPrimaryVertex(), G4PrimaryParticle::GetWeight(), position, and z.
|
inline |
Definition at line 52 of file exGPSEventAction.hh.
References fDrawFlag.
Referenced by exGPSEventActionMessenger::SetNewValue().
|
inline |
Definition at line 53 of file exGPSEventAction.hh.
References fPrintModulo.
Referenced by exGPSEventActionMessenger::SetNewValue().
|
private |
Definition at line 53 of file exGPSEventAction.hh.
Referenced by SetDrawFlag().
|
private |
Definition at line 58 of file exGPSEventAction.hh.
Referenced by exGPSEventAction(), and ~exGPSEventAction().
|
private |
Definition at line 59 of file exGPSEventAction.hh.
Referenced by EndOfEventAction().
|
private |
Definition at line 57 of file exGPSEventAction.hh.
Referenced by BeginOfEventAction(), and SetPrintModulo().