![]() |
ATLAS Offline Software
|
Public Types | |
| typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type | result |
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.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.pydraw.AthenaLoopWrapper.__init__ | ( | self, | |
| app = None ) |
Definition at line 535 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 545 of file pydraw.py.
|
protected |