Geant4  10.03.p03
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CB_G4UserEventAction Struct Reference
Inheritance diagram for CB_G4UserEventAction:
Collaboration diagram for CB_G4UserEventAction:

Public Member Functions

void BeginOfEventAction (const G4Event *anEvent)
 
void EndOfEventAction (const G4Event *anEvent)
 
- Public Member Functions inherited from G4UserEventAction
 G4UserEventAction ()
 
virtual ~G4UserEventAction ()
 
virtual void SetEventManager (G4EventManager *value)
 

Additional Inherited Members

- Protected Attributes inherited from G4UserEventAction
G4EventManagerfpEventManager
 

Detailed Description

Definition at line 41 of file pyG4UserEventAction.cc.

Member Function Documentation

void CB_G4UserEventAction::BeginOfEventAction ( const G4Event anEvent)
inlinevirtual

Reimplemented from G4UserEventAction.

Definition at line 44 of file pyG4UserEventAction.cc.

44  {
45  if(const override& f= get_override("BeginOfEventAction")) {
46  f(boost::ref(anEvent));
47  } else
49  }
virtual void BeginOfEventAction(const G4Event *anEvent)

Here is the call graph for this function:

Here is the caller graph for this function:

void CB_G4UserEventAction::EndOfEventAction ( const G4Event anEvent)
inlinevirtual

Reimplemented from G4UserEventAction.

Definition at line 52 of file pyG4UserEventAction.cc.

52  {
53  if(const override& f= get_override("EndOfEventAction")) {
54  f(boost::ref(anEvent));
55  } else {
57  }
58  }
virtual void EndOfEventAction(const G4Event *anEvent)

Here is the call graph for this function:

Here is the caller graph for this function:


The documentation for this struct was generated from the following file: