![]() |
ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, argdict={}, dataDictionary={}, firstExecutor=False) |
Configuration for an executor. More... | |
def | argdict (self) |
def | argdict (self, value) |
def | dataDictionary (self) |
def | dataDictionary (self, value) |
def | firstExecutor (self) |
def | firstExecutor (self, value) |
def | executorStep (self) |
def | executorStep (self, value) |
def | totalExecutorSteps (self) |
def | totalExecutorSteps (self, value) |
def | setFromTransform (self, trf) |
Set configuration properties from the parent transform. More... | |
def | addToArgdict (self, key, value) |
Add a new object to the argdict. More... | |
def | addToDataDictionary (self, key, value) |
Add a new object to the dataDictionary. More... | |
Private Attributes | |
_argdict | |
_dataDictionary | |
_firstExecutor | |
_executorStep | |
_totalExecutorSteps | |
def python.trfExe.executorConfig.__init__ | ( | self, | |
argdict = {} , |
|||
dataDictionary = {} , |
|||
firstExecutor = False |
|||
) |
def python.trfExe.executorConfig.addToArgdict | ( | self, | |
key, | |||
value | |||
) |
def python.trfExe.executorConfig.addToDataDictionary | ( | self, | |
key, | |||
value | |||
) |
def python.trfExe.executorConfig.argdict | ( | self | ) |
def python.trfExe.executorConfig.argdict | ( | self, | |
value | |||
) |
def python.trfExe.executorConfig.dataDictionary | ( | self | ) |
def python.trfExe.executorConfig.dataDictionary | ( | self, | |
value | |||
) |
def python.trfExe.executorConfig.executorStep | ( | self | ) |
def python.trfExe.executorConfig.executorStep | ( | self, | |
value | |||
) |
def python.trfExe.executorConfig.firstExecutor | ( | self | ) |
def python.trfExe.executorConfig.firstExecutor | ( | self, | |
value | |||
) |
def python.trfExe.executorConfig.setFromTransform | ( | self, | |
trf | |||
) |
Set configuration properties from the parent transform.
def python.trfExe.executorConfig.totalExecutorSteps | ( | self | ) |
def python.trfExe.executorConfig.totalExecutorSteps | ( | self, | |
value | |||
) |