![]() |
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, argdict={}, dataDictionary={}, firstExecutor=False) | |
| Configuration for an executor. | |
| argdict (self) | |
| argdict (self, value) | |
| dataDictionary (self) | |
| dataDictionary (self, value) | |
| firstExecutor (self) | |
| firstExecutor (self, value) | |
| executorStep (self) | |
| executorStep (self, value) | |
| totalExecutorSteps (self) | |
| totalExecutorSteps (self, value) | |
| setFromTransform (self, trf) | |
| Set configuration properties from the parent transform. | |
| addToArgdict (self, key, value) | |
| Add a new object to the argdict. | |
| addToDataDictionary (self, key, value) | |
| Add a new object to the dataDictionary. | |
Protected Attributes | |
| _argdict = argdict | |
| _dataDictionary = dataDictionary | |
| _firstExecutor = firstExecutor | |
| int | _executorStep = -1 |
| int | _totalExecutorSteps = 0 |
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfExe.executorConfig.__init__ | ( | self, | |
| argdict = {}, | |||
| dataDictionary = {}, | |||
| firstExecutor = False ) |
Configuration for an executor.
| argdict | Argument dictionary for this executor |
| dataDictionary | Mapping from input data names to argFile instances |
| firstExecutor | Boolean set to True if we are the first executor |
Definition at line 63 of file trfExe.py.
| python.trfExe.executorConfig.addToArgdict | ( | self, | |
| key, | |||
| value ) |
| python.trfExe.executorConfig.addToDataDictionary | ( | self, | |
| key, | |||
| value ) |
| python.trfExe.executorConfig.argdict | ( | self | ) |
| python.trfExe.executorConfig.argdict | ( | self, | |
| value ) |
| python.trfExe.executorConfig.dataDictionary | ( | self | ) |
| python.trfExe.executorConfig.dataDictionary | ( | self, | |
| value ) |
| python.trfExe.executorConfig.executorStep | ( | self | ) |
| python.trfExe.executorConfig.executorStep | ( | self, | |
| value ) |
| python.trfExe.executorConfig.firstExecutor | ( | self | ) |
| python.trfExe.executorConfig.firstExecutor | ( | self, | |
| value ) |
| python.trfExe.executorConfig.setFromTransform | ( | self, | |
| trf ) |
Set configuration properties from the parent transform.
Definition at line 113 of file trfExe.py.
| python.trfExe.executorConfig.totalExecutorSteps | ( | self | ) |
| python.trfExe.executorConfig.totalExecutorSteps | ( | self, | |
| value ) |
|
protected |
|
protected |
|
protected |
|
protected |