ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <geant4/tree/geant4-10.6-release/examples/extended/medical/DICOM/include/DicomEventAction.hh>
Public Member Functions | |
DicomEventAction () | |
~DicomEventAction () | |
virtual void | BeginOfEventAction (const G4Event *) |
virtual void | EndOfEventAction (const G4Event *anEvent) |
void | SetDrawFlag (G4String val) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
virtual void | SetEventManager (G4EventManager *value) |
Private Attributes | |
G4String | fDrawFlag |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 53 of file DicomEventAction.hh.
View newest version in sPHENIX GitHub at line 53 of file DicomEventAction.hh
DicomEventAction::DicomEventAction | ( | ) |
Definition at line 50 of file DicomEventAction.cc.
View newest version in sPHENIX GitHub at line 50 of file DicomEventAction.cc
DicomEventAction::~DicomEventAction | ( | ) |
Definition at line 56 of file DicomEventAction.cc.
View newest version in sPHENIX GitHub at line 56 of file DicomEventAction.cc
Reimplemented from G4UserEventAction.
Definition at line 60 of file DicomEventAction.cc.
View newest version in sPHENIX GitHub at line 60 of file DicomEventAction.cc
References G4ConsumeParameters().
Reimplemented from G4UserEventAction.
Definition at line 67 of file DicomEventAction.cc.
View newest version in sPHENIX GitHub at line 67 of file DicomEventAction.cc
Definition at line 62 of file DicomEventAction.hh.
View newest version in sPHENIX GitHub at line 62 of file DicomEventAction.hh
References fDrawFlag.
|
private |
Definition at line 65 of file DicomEventAction.hh.
View newest version in sPHENIX GitHub at line 65 of file DicomEventAction.hh
Referenced by SetDrawFlag().