Definition at line 73 of file root_test.py.
◆ BeginOfRunAction()
def root_test.MyRunAction.BeginOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
Definition at line 76 of file root_test.py.
76 def BeginOfRunAction(self, run):
77 print "*** #event to be processed (BRA)=",
78 run.numberOfEventToBeProcessed
◆ EndOfRunAction()
def root_test.MyRunAction.EndOfRunAction |
( |
|
self, |
|
|
|
run |
|
) |
| |
Definition at line 80 of file root_test.py.
80 def EndOfRunAction(self, run):
81 print "*** run end run(ERA)=", run.runID
The documentation for this class was generated from the following file: