Geant4  10.02.p03
root_test.MyEventAction Class Reference
Inheritance diagram for root_test.MyEventAction:
Collaboration diagram for root_test.MyEventAction:

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from G4UserEventAction
G4EventManagerfpEventManager
 

Detailed Description

Definition at line 84 of file root_test.py.

Member Function Documentation

◆ BeginOfEventAction()

def root_test.MyEventAction.BeginOfEventAction (   self,
  event 
)

Definition at line 87 of file root_test.py.

87  def BeginOfEventAction(self, event):
88  print "*** current event (BEA)=", event.eventID
89 

◆ EndOfEventAction()

def root_test.MyEventAction.EndOfEventAction (   self,
  event 
)

Definition at line 90 of file root_test.py.

90  def EndOfEventAction(self, event):
91  print "*** current event (EEA)=", event.eventID
92 
93 # ------------------------------------------------------------------

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