![]() |
ATLAS Offline Software
|
Little class to hold the three attributes of a transform error. 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, acronymn, numcode, description, signalname="") | |
| Exit code class instantiation. | |
| acronymn (self) | |
| numcode (self) | |
| description (self) | |
| signalname (self) | |
Protected Attributes | |
| _acronymn = acronymn | |
| _numcode = numcode | |
| _description = description | |
| _signalname = signalname | |
Little class to hold the three attributes of a transform error.
Definition at line 17 of file trfExitCodes.py.
|
inherited |
Definition at line 90 of file EDM_MasterSearch.h.
| python.trfExitCodes.trfExitCode.__init__ | ( | self, | |
| acronymn, | |||
| numcode, | |||
| description, | |||
| signalname = "" ) |
Exit code class instantiation.
| acronymn | The internal transform acronymn for this error code |
| numcode | The numerical exit code for this error |
| description | A human comprehensible description of this error's meaning |
| signame | The original signal name (only relevant for signals) |
Definition at line 24 of file trfExitCodes.py.
| python.trfExitCodes.trfExitCode.acronymn | ( | self | ) |
Definition at line 31 of file trfExitCodes.py.
| python.trfExitCodes.trfExitCode.description | ( | self | ) |
Definition at line 39 of file trfExitCodes.py.
| python.trfExitCodes.trfExitCode.numcode | ( | self | ) |
Definition at line 35 of file trfExitCodes.py.
| python.trfExitCodes.trfExitCode.signalname | ( | self | ) |
Definition at line 43 of file trfExitCodes.py.
|
protected |
Definition at line 25 of file trfExitCodes.py.
|
protected |
Definition at line 27 of file trfExitCodes.py.
|
protected |
Definition at line 26 of file trfExitCodes.py.
|
protected |
Definition at line 28 of file trfExitCodes.py.