![]() |
ATLAS Offline Software
|
#include <StrawStatus.h>
Public Types | |
| enum | EStatus { Undefined , Dead , Good , Xenon , Argon , Krypton , EmulateArgon , EmulateKrypton } |
Public Member Functions | |
| StrawStatus () | |
| default constructor | |
| StrawStatus (unsigned int mystatus) | |
| constructor | |
| virtual | ~StrawStatus ()=default |
| destructor | |
| void | setstatus (unsigned int i) |
| set status | |
| unsigned int | getstatus () const |
| get status | |
| bool | operator== (const StrawStatus &rhs) const |
| equality op | |
| void | print () const |
| print status | |
Private Attributes | |
| unsigned int | m_status |
| the status | |
Definition at line 13 of file StrawStatus.h.
| Enumerator | |
|---|---|
| Undefined | |
| Dead | |
| Good | |
| Xenon | |
| Argon | |
| Krypton | |
| EmulateArgon | |
| EmulateKrypton | |
Definition at line 18 of file StrawStatus.h.
|
inline |
|
inline |
|
virtualdefault |
destructor
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
the status
Definition at line 15 of file StrawStatus.h.