![]() |
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, tree) | |
| loop (self, f, looplo=0, loophi=sys.maxsize) | |
Protected Attributes | |
| _tree = tree | |
Wrapper for TTree, supplying a loop method. This class wraps a TTree class and provides a loop method that will work with pydraw.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.pydraw.TreeLoopWrapper.__init__ | ( | self, | |
| tree ) |
| python.pydraw.TreeLoopWrapper.loop | ( | self, | |
| f, | |||
| looplo = 0, | |||
| loophi = sys.maxsize ) |
Call f(i,tree) on rows [looplo, loophi)
Definition at line 518 of file pydraw.py.