![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, methodName) | |
| __call__ (self, *var) | |
Public Attributes | |
| methodObj = getattr(theApp,methodName) | |
Function object to set event counter in ROOT stream. This class is used to patch, e.g., theApp.nextEvent(), run() ... :param methodObj: reference to method to be patched
Definition at line 82 of file PyKernel.py.
| python.PyKernel._SetEventCounter.__init__ | ( | self, | |
| methodName ) |
Definition at line 89 of file PyKernel.py.
| python.PyKernel._SetEventCounter.__call__ | ( | self, | |
| * | var ) |
Definition at line 92 of file PyKernel.py.
| python.PyKernel._SetEventCounter.methodObj = getattr(theApp,methodName) |
Definition at line 90 of file PyKernel.py.