Definition at line 84 of file root_test.py.
◆ BeginOfEventAction()
def root_test.MyEventAction.BeginOfEventAction |
( |
|
self, |
|
|
|
event |
|
) |
| |
Definition at line 87 of file root_test.py.
87 def BeginOfEventAction(self, event):
88 print "*** current event (BEA)=", event.eventID
◆ EndOfEventAction()
def root_test.MyEventAction.EndOfEventAction |
( |
|
self, |
|
|
|
event |
|
) |
| |
Definition at line 90 of file root_test.py.
90 def EndOfEventAction(self, event):
91 print "*** current event (EEA)=", event.eventID
The documentation for this class was generated from the following file: