ATLAS Offline Software
|
#include <StatusCode.h>
Public Types | |
enum | code_t { FAILURE =0, RECOVERABLE =1, SUCCESS =2 } |
Public Member Functions | |
StatusCode () | |
StatusCode (code_t code) | |
code_t | getCode () const |
bool | isSuccess () const |
bool | isRecoverable () const |
bool | isFailure () |
StatusCode | operator|= (const StatusCode &sc) |
StatusCode | operator&= (const StatusCode &sc) |
Private Attributes | |
code_t | m_status |
Definition at line 15 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
Enumerator | |
---|---|
FAILURE | |
RECOVERABLE | |
SUCCESS |
Definition at line 17 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 19 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 24 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 28 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 38 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 34 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 30 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 46 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
inline |
Definition at line 42 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.
|
private |
Definition at line 51 of file Trigger/TrigT1/L1Topo/L1TopoCommon/L1TopoCommon/StatusCode.h.