Geant4
10.00.p01
|
#include <exrdmEventAction.hh>
Public Member Functions | |
exrdmEventAction () | |
virtual | ~exrdmEventAction () |
virtual void | BeginOfEventAction (const G4Event *anEvent) |
virtual void | EndOfEventAction (const G4Event *anEvent) |
void | SetDrawFlag (G4String val) |
Public Member Functions inherited from G4UserEventAction | |
G4UserEventAction () | |
virtual | ~G4UserEventAction () |
void | SetEventManager (G4EventManager *value) |
Private Attributes | |
G4String | fDrawFlag |
exrdmEventActionMessenger * | fEventMessenger |
Additional Inherited Members | |
Protected Attributes inherited from G4UserEventAction | |
G4EventManager * | fpEventManager |
Definition at line 45 of file exrdmEventAction.hh.
exrdmEventAction::exrdmEventAction | ( | ) |
Definition at line 47 of file exrdmEventAction.cc.
References fEventMessenger.
|
virtual |
Definition at line 57 of file exrdmEventAction.cc.
References fEventMessenger.
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 64 of file exrdmEventAction.cc.
References exrdmAnalysisManager::BeginOfEvent(), and exrdmAnalysisManager::GetInstance().
|
virtual |
Reimplemented from G4UserEventAction.
Definition at line 71 of file exrdmEventAction.cc.
References exrdmAnalysisManager::EndOfEvent(), and exrdmAnalysisManager::GetInstance().
|
inline |
Definition at line 55 of file exrdmEventAction.hh.
References fDrawFlag.
Referenced by exrdmEventActionMessenger::SetNewValue().
|
private |
Definition at line 55 of file exrdmEventAction.hh.
Referenced by SetDrawFlag().
|
private |
Definition at line 59 of file exrdmEventAction.hh.
Referenced by exrdmEventAction(), and ~exrdmEventAction().