ATLAS Offline Software
|
Functions | |
def | DataVectorIterator (self) |
Generic iterator that can be used with any DataVector type. More... | |
def | generateDVIterators () |
Function installing proper iterators for all the known DataVector types. More... | |
def python.GenerateDVIterators.DataVectorIterator | ( | self | ) |
Generic iterator that can be used with any DataVector type.
Taken from Noel Dawe, from: https://its.cern.ch/jira/browse/ATLASG-31
Definition at line 19 of file GenerateDVIterators.py.
def python.GenerateDVIterators.generateDVIterators | ( | ) |
Function installing proper iterators for all the known DataVector types.
This function needs to be called once all the dictionaries for our types got loaded. It fixes up the DataVector types (in ROOT 6) to behave as proper Python lists.
Definition at line 29 of file GenerateDVIterators.py.