Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
demo.MyEventAction Class Reference
Inheritance diagram for demo.MyEventAction:
G4UserEventAction

Public Member Functions

def EndOfEventAction
 
- Public Member Functions inherited from G4UserEventAction
 G4UserEventAction ()
 
virtual ~G4UserEventAction ()
 
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 101 of file demo.py.

Member Function Documentation

def demo.MyEventAction.EndOfEventAction (   self,
  event 
)

Definition at line 104 of file demo.py.

105  def EndOfEventAction(self, event):
106  gPad1.Modified()
107  gPad1.Update()
108  gPad2.Modified()
109  gPad2.Update()
110  ROOT.gSystem.ProcessEvents()
111 
# ------------------------------------------------------------------
def EndOfEventAction
Definition: demo.py:104

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