![]() |
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, task, step) | |
| __eq__ (self, another) | |
| __iter__ (self) | |
| __repr__ (self) | |
| __next__ (self) | |
Public Attributes | |
| step = step | |
| taskit = itertools.cycle(task) | |
| int | offset = 0 |
| current = None | |
| list | donejob = [] |
iterator over a list of dicts (the 'task'). Each dict must contain 'evts', optionally 'force_new'.
Definition at line 104 of file RunDependentMCTaskIterator.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.RunDependentMCTaskIterator.taskIterator.__init__ | ( | self, | |
| task, | |||
| step ) |
create the iterator from task (a list of dicts) and step (the max number of evts. per job) the iterator
Definition at line 107 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.__eq__ | ( | self, | |
| another ) |
Definition at line 123 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.__iter__ | ( | self | ) |
Definition at line 126 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.__next__ | ( | self | ) |
Definition at line 132 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.__repr__ | ( | self | ) |
Definition at line 129 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.current = None |
Definition at line 113 of file RunDependentMCTaskIterator.py.
| list python.RunDependentMCTaskIterator.taskIterator.donejob = [] |
Definition at line 114 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.offset = 0 |
Definition at line 112 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.step = step |
Definition at line 110 of file RunDependentMCTaskIterator.py.
| python.RunDependentMCTaskIterator.taskIterator.taskit = itertools.cycle(task) |
Definition at line 111 of file RunDependentMCTaskIterator.py.