Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
exrdmEventAction Class Reference

#include <exrdmEventAction.hh>

Inheritance diagram for exrdmEventAction:
G4UserEventAction

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)
 

Additional Inherited Members

- Protected Attributes inherited from G4UserEventAction
G4EventManagerfpEventManager
 

Detailed Description

Definition at line 45 of file exrdmEventAction.hh.

Constructor & Destructor Documentation

exrdmEventAction::exrdmEventAction ( )

Definition at line 47 of file exrdmEventAction.cc.

49  fDrawFlag("all"),
50  fEventMessenger(0)
51 {
52  fEventMessenger = new exrdmEventActionMessenger(this);
53 }
exrdmEventAction::~exrdmEventAction ( )
virtual

Definition at line 57 of file exrdmEventAction.cc.

58 {
59  delete fEventMessenger;
60 }

Member Function Documentation

void exrdmEventAction::BeginOfEventAction ( const G4Event anEvent)
virtual

Reimplemented from G4UserEventAction.

Definition at line 64 of file exrdmEventAction.cc.

References exrdmAnalysisManager::BeginOfEvent(), and exrdmAnalysisManager::GetInstance().

65 {
67 }
static exrdmAnalysisManager * GetInstance()
void exrdmEventAction::EndOfEventAction ( const G4Event anEvent)
virtual

Reimplemented from G4UserEventAction.

Definition at line 71 of file exrdmEventAction.cc.

References exrdmAnalysisManager::EndOfEvent(), and exrdmAnalysisManager::GetInstance().

72 {
73  //analysis
75 }
static exrdmAnalysisManager * GetInstance()
void exrdmEventAction::SetDrawFlag ( G4String  val)
inline

Definition at line 55 of file exrdmEventAction.hh.

Referenced by exrdmEventActionMessenger::SetNewValue().

55 {fDrawFlag = val;};

The documentation for this class was generated from the following files: