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

Public Member Functions

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 32 of file examples/demos/water_phantom/test.py.

Member Function Documentation

◆ EndOfEventAction()

def test.MyEventAction.EndOfEventAction (   self,
  event 
)

Definition at line 35 of file examples/demos/water_phantom/test.py.

35  def EndOfEventAction(self, event):
36  pass
37 
38 # ------------------------------------------------------------------

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