![]() |
ATLAS Offline Software
|
Argument class for substep lists, suitable for preExec/postExec. More...
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, value=None, runarg=True, name=None, defaultSubstep='all', splitter=None, separator=':') | |
| argSubstepList constructor | |
| value (self) | |
| prodsysDescription (self) | |
| value (self, value) | |
| returnMyValue (self, name=None, substep=None, first=False, exe=None) | |
| Return the value of this substep arg for an executor with the given parameters. | |
| isRunarg (self) | |
| Return runarg status. | |
| name (self) | |
| Name getter. | |
| name (self, value) | |
| Name setter. | |
| __str__ (self) | |
| String conversion of our value. | |
| __repr__ (self) | |
| Repr conversion of our value. | |
| __eq__ (self, other) | |
| Comparison is based on value attribute. | |
| __nq__ (self, other) | |
| __lt__ (self, other) | |
| __gt__ (self, other) | |
Protected Member Functions | |
| _parseStringAsSubstep (self, value) | |
| Specialist parser for lists, which applies the splitter string, if defined. | |
Protected Attributes | |
| _splitter = splitter | |
| _defaultSubstep = defaultSubstep | |
| _separator = separator | |
| _runarg = runarg | |
| _name = name | |
| _value = value | |
Argument class for substep lists, suitable for preExec/postExec.
substep is followed by a ':' then the python fragments. The substep is validated and set as the key in a dictionary with the value being the python following the ':'.
Definition at line 2070 of file trfArgClasses.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfArgClasses.argSubstepList.__init__ | ( | self, | |
| value = None, | |||
| runarg = True, | |||
| name = None, | |||
| defaultSubstep = 'all', | |||
| splitter = None, | |||
| separator = ':' ) |
argSubstepList constructor
Adds the optional splitter argument to the base argSubstep class
| splitter | Character used to split the string into multiple list elements |
Definition at line 2075 of file trfArgClasses.py.
|
inherited |
Comparison is based on value attribute.
Definition at line 161 of file trfArgClasses.py.
|
inherited |
Definition at line 170 of file trfArgClasses.py.
|
inherited |
Definition at line 167 of file trfArgClasses.py.
|
inherited |
Definition at line 164 of file trfArgClasses.py.
|
inherited |
Repr conversion of our value.
Definition at line 157 of file trfArgClasses.py.
|
inherited |
String conversion of our value.
Definition at line 153 of file trfArgClasses.py.
|
protected |
Specialist parser for lists, which applies the splitter string, if defined.
Reimplemented from python.trfArgClasses.argSubstep.
Definition at line 2122 of file trfArgClasses.py.
|
inherited |
Return runarg status.
Definition at line 134 of file trfArgClasses.py.
|
inherited |
Name getter.
Reimplemented in python.trfArgClasses.argFile, and python.trfArgClasses.argFile.
Definition at line 139 of file trfArgClasses.py.
|
inherited |
Name setter.
Reimplemented in python.trfArgClasses.argFile, and python.trfArgClasses.argFile.
Definition at line 144 of file trfArgClasses.py.
| python.trfArgClasses.argSubstepList.prodsysDescription | ( | self | ) |
Reimplemented from python.trfArgClasses.argSubstep.
Definition at line 2086 of file trfArgClasses.py.
|
inherited |
Return the value of this substep arg for an executor with the given parameters.
| name | Executor name |
| substep | Executor substep nickname |
| first | Boolean flag set true if this is the first executor in the chain |
| exe | Executor instance, from which 'name', 'substep' and 'first' can be taken. |
Definition at line 2021 of file trfArgClasses.py.
| python.trfArgClasses.argSubstepList.value | ( | self | ) |
@value .setter function! Reimplemented from python.trfArgClasses.argSubstep.
Definition at line 2082 of file trfArgClasses.py.
| python.trfArgClasses.argSubstepList.value | ( | self, | |
| value ) |
@value .setter function! Reimplemented from python.trfArgClasses.argSubstep.
Definition at line 2092 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 1966 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 111 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 110 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 1967 of file trfArgClasses.py.
|
protected |
Definition at line 2076 of file trfArgClasses.py.
|
protectedinherited |
Definition at line 130 of file trfArgClasses.py.