Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
test.MyRunAction Class Reference
Inheritance diagram for test.MyRunAction:
Collaboration diagram for test.MyRunAction:

Public Member Functions

def EndOfRunAction
 
def BeginOfRunAction
 
def EndOfRunAction
 
def BeginOfRunAction
 
def EndOfRunAction
 
- Public Member Functions inherited from G4UserRunAction
 G4UserRunAction ()
 
virtual ~G4UserRunAction ()
 
virtual G4RunGenerateRun ()
 
virtual void BeginOfRunAction (const G4Run *aRun)
 
virtual void EndOfRunAction (const G4Run *aRun)
 
virtual void SetMaster (G4bool val=true)
 
G4bool IsMaster () const
 

Additional Inherited Members

- Protected Attributes inherited from G4UserRunAction
G4bool isMaster
 

Detailed Description

Definition at line 23 of file test.py.

Member Function Documentation

def test.MyRunAction.BeginOfRunAction (   self,
  run 
)

Definition at line 32 of file test.py.

32 
33  def BeginOfRunAction(self, run):
34  print("*** #event to be processed (BRA)=",
35  run.GetNumberOfEventToBeProcessed())
def BeginOfRunAction
Definition: test.py:32
void print(G4double elem)

Here is the call graph for this function:

Here is the caller graph for this function:

def test.MyRunAction.BeginOfRunAction (   self,
  run 
)

Definition at line 32 of file test.py.

32 
33  def BeginOfRunAction(self, run):
34  print "*** #event to be processed (BRA)=",
35  run.GetNumberOfEventToBeProcessed()
def BeginOfRunAction
Definition: test.py:32

Here is the call graph for this function:

def test.MyRunAction.EndOfRunAction (   self,
  run 
)

Definition at line 26 of file test.py.

26 
27  def EndOfRunAction(self, run):
28  print "*** End of Run"
29  print "- Run sammary : (id= %d, #events= %d)" \
30  % (run.GetRunID(), run.GetNumberOfEventToBeProcessed())
31 
# ------------------------------------------------------------------
def EndOfRunAction
Definition: test.py:26

Here is the caller graph for this function:

def test.MyRunAction.EndOfRunAction (   self,
  run 
)

Definition at line 36 of file test.py.

36 
37  def EndOfRunAction(self, run):
38  print("*** run end run(ERA)=", run.GetRunID())
39 
# ------------------------------------------------------------------
def EndOfRunAction
Definition: test.py:26
void print(G4double elem)

Here is the call graph for this function:

def test.MyRunAction.EndOfRunAction (   self,
  run 
)

Definition at line 36 of file test.py.

36 
37  def EndOfRunAction(self, run):
38  print "*** run end run(ERA)=", run.GetRunID()
39 
# ------------------------------------------------------------------
def EndOfRunAction
Definition: test.py:26

Here is the call graph for this function:


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