![]() |
ATLAS Offline Software
|
Enumerations | |
| enum | ErrorType |
| SCT byte stream error type enums used in SCT_RodDecoder, SCT_ByteStreamErrorsTool, SCTErrMonAlg. More... | |
Functions | |
| template<ErrorType et> | |
| static constexpr uint64_t | maskUpTo () |
| static constexpr uint64_t | ABCDErrorMask () |
| static constexpr uint64_t | TempMaskedChipsMask () |
| ErrorType | TempMaskedChipToBit (const int chip) |
| IDCInDetBSErrContainer::ErrorCode | makeError (ErrorType errType) |
| < | |
| void | addError (IDCInDetBSErrContainer::ErrorCode &errWord, ErrorType errType) |
Variables | |
| static const std::vector< std::string > | ErrorTypeDescription |
| SCT byte stream error type strings used in SCTErrMonAlg. | |
| static const std::vector< ErrorType > | BadErrors |
| Bad error enums used in SCT_ByteStreamErrorsTool and SCTErrMonAlg. | |
| static const std::vector< ErrorType > | LinkLevelBadErrors |
| Bad error enums in FE-link level used in SCTErrMonAlg. | |
| static const std::vector< ErrorType > | RodLevelBadErrors |
| Bad error enums in ROD level used in SCTErrMonAlg. | |
| static const std::vector< ErrorType > | LinkLevelErrors |
| Error enums in FE-link level used in SCTErrMonAlg (assigned by SCT_RodDecoder::addSingleError) | |
| static const std::vector< ErrorType > | RodLevelErrors |
| Error enums in ROD level used in SCTErrMonAlg (assigned by SCT_RodDecoder::addRODError) | |
SCT byte stream error type enums used in SCT_RodDecoder, SCT_ByteStreamErrorsTool, SCTErrMonAlg.
Definition at line 178 of file SCT_ByteStreamErrors.h.
|
staticconstexpr |
Definition at line 275 of file SCT_ByteStreamErrors.h.
|
inline |
Definition at line 43 of file ISCT_ByteStreamErrorsTool.h.
|
inline |
<
for cases when error doe snot need to be accumulated
helper to be used in clients to fetch error information
Definition at line 33 of file ISCT_ByteStreamErrorsTool.h.
|
staticconstexpr |
Definition at line 273 of file SCT_ByteStreamErrors.h.
|
staticconstexpr |
Definition at line 277 of file SCT_ByteStreamErrors.h.
|
inline |
Definition at line 278 of file SCT_ByteStreamErrors.h.
|
static |
Bad error enums used in SCT_ByteStreamErrorsTool and SCTErrMonAlg.
Definition at line 193 of file SCT_ByteStreamErrors.h.
|
static |
SCT byte stream error type strings used in SCTErrMonAlg.
Definition at line 185 of file SCT_ByteStreamErrors.h.
|
static |
Bad error enums in FE-link level used in SCTErrMonAlg.
Definition at line 208 of file SCT_ByteStreamErrors.h.
|
static |
Error enums in FE-link level used in SCTErrMonAlg (assigned by SCT_RodDecoder::addSingleError)
Definition at line 231 of file SCT_ByteStreamErrors.h.
|
static |
Bad error enums in ROD level used in SCTErrMonAlg.
Definition at line 219 of file SCT_ByteStreamErrors.h.
|
static |
Error enums in ROD level used in SCTErrMonAlg (assigned by SCT_RodDecoder::addRODError)
Definition at line 265 of file SCT_ByteStreamErrors.h.