◆ BeginOfRunAction() [1/2]
def test.MyRunAction.BeginOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
Definition at line 32 of file tests/gtest01/python3/test.py.
32 def BeginOfRunAction(self, run):
33 print(
"*** #event to be processed (BRA)=",
34 run.GetNumberOfEventToBeProcessed())
void print(G4double elem)
◆ BeginOfRunAction() [2/2]
def test.MyRunAction.BeginOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
Definition at line 33 of file tests/gtest01/test.py.
33 def BeginOfRunAction(self, run):
34 print "*** #event to be processed (BRA)=",
35 run.GetNumberOfEventToBeProcessed()
◆ EndOfRunAction() [1/3]
def test.MyRunAction.EndOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
Definition at line 26 of file examples/demos/water_phantom/test.py.
26 def EndOfRunAction(self, run):
27 print "*** End of Run" 28 print "- Run sammary : (id= %d, #events= %d)" \
29 % (run.GetRunID(), run.GetNumberOfEventToBeProcessed())
◆ EndOfRunAction() [2/3]
def test.MyRunAction.EndOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
◆ EndOfRunAction() [3/3]
def test.MyRunAction.EndOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
Definition at line 37 of file tests/gtest01/test.py.
37 def EndOfRunAction(self, run):
38 print "*** run end run(ERA)=", run.GetRunID()
The documentation for this class was generated from the following file: