![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, app=None) | |
| loop (self, f, looplo=0, loophi=sys.maxsize) | |
| __getattr__ (self, v) | |
Protected Attributes | |
| _app = app | |
| _sg = PyAthena.py_svc('StoreGateSvc') | |
Wrapper for the Athena event loop, supplying a loop method. This class wraps an application manager object and provides a loop method that will work with pydraw.
| python.pydraw.AthenaLoopWrapper.__init__ | ( | self, | |
| app = None ) |
Definition at line 538 of file pydraw.py.
| python.pydraw.AthenaLoopWrapper.__getattr__ | ( | self, | |
| v ) |
| python.pydraw.AthenaLoopWrapper.loop | ( | self, | |
| f, | |||
| looplo = 0, | |||
| loophi = sys.maxsize ) |
Call f(i,tree) on rows [looplo, loophi)
Definition at line 548 of file pydraw.py.
|
protected |