![]() |
ATLAS Offline Software
|
Int substep argument. 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 | |
| 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, string) | |
| Parse a string for substep:value format. | |
Protected Attributes | |
| _defaultSubstep = defaultSubstep | |
| _separator = separator | |
| _runarg = runarg | |
| _name = name | |
| _value = value | |
Int substep argument.
Definition at line 2216 of file trfArgClasses.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
|
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.
|
protectedinherited |
Parse a string for substep:value format.
If the string matches the substep specifier regexp then we return the two parts; if not then the substep is returned as self._defaultSubstep, with the entire string passed back as the value
| string | The string which should be parsed |
Reimplemented in python.trfArgClasses.argSubstepList.
Definition at line 2001 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.argSubstepInt.prodsysDescription | ( | self | ) |
Reimplemented from python.trfArgClasses.argSubstep.
Definition at line 2224 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.argSubstepInt.value | ( | self | ) |
@value .setter function! Reimplemented from python.trfArgClasses.argSubstep.
Definition at line 2220 of file trfArgClasses.py.
| python.trfArgClasses.argSubstepInt.value | ( | self, | |
| value ) |
@value .setter function! Reimplemented from python.trfArgClasses.argSubstep.
Definition at line 2230 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.
|
protectedinherited |
Definition at line 130 of file trfArgClasses.py.