ChanFitErrorCode stores information about the calibration fit quality.
More...
#include <ChanFitErrorCode.h>
◆ ChanFitErrorCodeBits
◆ ChanFitErrorCode() [1/3]
| ChanFitErrorCode::ChanFitErrorCode |
( |
| ) |
|
◆ ChanFitErrorCode() [2/3]
| ChanFitErrorCode::ChanFitErrorCode |
( |
unsigned int | errorCode | ) |
|
◆ ChanFitErrorCode() [3/3]
◆ badData() [1/2]
| bool ChanFitErrorCode::badData |
( |
| ) |
const |
|
inline |
◆ badData() [2/2]
| void ChanFitErrorCode::badData |
( |
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)
◆ chanValid()
| bool ChanFitErrorCode::chanValid |
( |
| ) |
const |
◆ errorCode() [1/2]
| unsigned int AbstractErrorCode::errorCode |
( |
| ) |
const |
|
inline |
◆ errorCode() [2/2]
| void AbstractErrorCode::errorCode |
( |
unsigned int | code | ) |
|
|
inline |
◆ noData() [1/2]
| bool ChanFitErrorCode::noData |
( |
| ) |
const |
|
inline |
◆ noData() [2/2]
| void ChanFitErrorCode::noData |
( |
bool | bad | ) |
|
|
inline |
◆ operator=()
◆ operator|=()
◆ setBit()
| void AbstractErrorCode::setBit |
( |
unsigned int | number, |
|
|
bool | value ) |
|
protectedinherited |
◆ m_errorCode
| unsigned int AbstractErrorCode::m_errorCode |
|
privateinherited |
The documentation for this class was generated from the following files: