ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, methodName) |
def | __call__ (self, *var) |
Public Attributes | |
methodObj | |
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.
def python.PyKernel._SetEventCounter.__init__ | ( | self, | |
methodName | |||
) |
Definition at line 89 of file PyKernel.py.
def python.PyKernel._SetEventCounter.__call__ | ( | self, | |
* | var | ||
) |
Definition at line 92 of file PyKernel.py.
python.PyKernel._SetEventCounter.methodObj |
Definition at line 90 of file PyKernel.py.