FineTimeErrorCode class for L1Calo error codes.
More...
#include <FineTimeErrorCode.h>
◆ FineTimeBits
| Enumerator |
|---|
| BadRefBit | |
| BadCalibBit | |
| RefSetByHand | |
| CalibSetByHand | |
Definition at line 25 of file FineTimeErrorCode.h.
◆ FineTimeErrorCode() [1/3]
| FineTimeErrorCode::FineTimeErrorCode |
( |
| ) |
|
◆ FineTimeErrorCode() [2/3]
| FineTimeErrorCode::FineTimeErrorCode |
( |
unsigned int | errorCode | ) |
|
◆ ~FineTimeErrorCode()
| virtual FineTimeErrorCode::~FineTimeErrorCode |
( |
| ) |
|
|
inlinevirtual |
◆ FineTimeErrorCode() [3/3]
◆ badAdc()
| void FineTimeErrorCode::badAdc |
( |
bool | bad | ) |
|
|
inline |
◆ badCalib()
| bool FineTimeErrorCode::badCalib |
( |
| ) |
const |
|
inline |
◆ badRefValue() [1/2]
| bool FineTimeErrorCode::badRefValue |
( |
| ) |
const |
|
inline |
◆ badRefValue() [2/2]
| void FineTimeErrorCode::badRefValue |
( |
bool | bad | ) |
|
|
inline |
◆ bitIsSet()
| bool AbstractErrorCode::bitIsSet |
( |
unsigned int | number | ) |
const |
|
protectedinherited |
Definition at line 7 of file AbstractErrorCode.cxx.
7 {
8 unsigned int correspondingNumber = (
unsigned int) (1<<
number);
9
10 bool isSet( (
m_errorCode & correspondingNumber) > 0);
11
12 return isSet;
13}
std::string number(const double &d, const std::string &s)
◆ calibIsSetByHand()
| void FineTimeErrorCode::calibIsSetByHand |
( |
bool | bad | ) |
|
|
inline |
◆ errorCode() [1/2]
| unsigned int AbstractErrorCode::errorCode |
( |
| ) |
const |
|
inlineinherited |
◆ errorCode() [2/2]
| void AbstractErrorCode::errorCode |
( |
unsigned int | code | ) |
|
|
inlineprotectedinherited |
◆ isCalibSetByHand()
| bool FineTimeErrorCode::isCalibSetByHand |
( |
| ) |
const |
|
inline |
◆ isRefSetByHand()
| bool FineTimeErrorCode::isRefSetByHand |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ operator|=()
◆ printStatus()
| std::string FineTimeErrorCode::printStatus |
( |
| ) |
const |
Definition at line 33 of file FineTimeErrorCode.cxx.
33 {
34
36
38
40 << ": BadRefBit: "
42
44 << ": BadCalibBit: "
46
48 << ": RefSetByHand: "
51 << ": CalibSetByHand: "
53
55}
◆ refIsSetByHand()
| void FineTimeErrorCode::refIsSetByHand |
( |
bool | bad | ) |
|
|
inline |
◆ setBit()
| void AbstractErrorCode::setBit |
( |
unsigned int | number, |
|
|
bool | value ) |
|
protectedinherited |
◆ operator<<
◆ m_errorCode
| unsigned int AbstractErrorCode::m_errorCode |
|
privateinherited |
The documentation for this class was generated from the following files: