![]() |
Project
|
Go to the source code of this file.
Namespaces | |
| namespace | o2 |
| a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
| namespace | o2::emcal |
| namespace | o2::emcal::reconstructionerrors |
Functions | |
| constexpr int | o2::emcal::reconstructionerrors::getNumberOfGeometryErrorCodes () |
| Get the number of geometry error codes. | |
| constexpr int | o2::emcal::reconstructionerrors::getErrorCodeFromGeometryError (GeometryError_t errortype) |
| Convert geometry error type into numberic representation. | |
| GeometryError_t | o2::emcal::reconstructionerrors::getGeometryErrorFromErrorCode (unsigned int errorcode) |
| Convert error code to geometry error type. | |
| const char * | o2::emcal::reconstructionerrors::getGeometryErrorName (GeometryError_t errortype) |
| Get name of a given geometry error type. | |
| const char * | o2::emcal::reconstructionerrors::getGeometryErrorName (unsigned int errorcode) |
| Get name of a given geometry error code. | |
| const char * | o2::emcal::reconstructionerrors::getGeometryErrorTitle (GeometryError_t errortype) |
| Get title of a given geometry error type. | |
| const char * | o2::emcal::reconstructionerrors::getGeometryErrorTitle (unsigned int errorcode) |
| Get title of a given geometry error type. | |
| const char * | o2::emcal::reconstructionerrors::getGeometryErrorDescription (GeometryError_t errortype) |
| Get detailed description of a given geometry error type. | |
| const char * | o2::emcal::reconstructionerrors::getGeometryErrorDescription (unsigned int errorcode) |
| Get detailed description of a given geometry error type. | |
| constexpr int | o2::emcal::reconstructionerrors::getNumberOfGainErrorCodes () |
| Get the number of gain error codes. | |
| constexpr int | o2::emcal::reconstructionerrors::getErrorCodeFromGainError (GainError_t errortype) |
| Convert gain error type into numberic representation. | |
| GainError_t | o2::emcal::reconstructionerrors::getGainErrorFromErrorCode (unsigned int errorcode) |
| Convert error code to gain error type. | |
| const char * | o2::emcal::reconstructionerrors::getGainErrorName (GainError_t errortype) |
| Get name of a given gain error type. | |
| const char * | o2::emcal::reconstructionerrors::getGainErrorName (unsigned int errorcode) |
| Get name of a given gain error code. | |
| const char * | o2::emcal::reconstructionerrors::getGainErrorTitle (GainError_t errortype) |
| Get title of a given gain error type. | |
| const char * | o2::emcal::reconstructionerrors::getGainErrorTitle (unsigned int errorcode) |
| Get title of a given gain error type. | |
| const char * | o2::emcal::reconstructionerrors::getGainErrorDescription (GainError_t errortype) |
| Get detailed description of a given gain error type. | |
| const char * | o2::emcal::reconstructionerrors::getGainErrorDescription (unsigned int errorcode) |
| Get detailed description of a given gain error type. | |
| constexpr int | o2::emcal::reconstructionerrors::getNumberOfTRUErrorCodes () |
| Get the number of TRU error codes. | |
| TRUDecodingError_t | o2::emcal::reconstructionerrors::getTRUDecodingErrorFromErrorCode (unsigned int errorcode) |
| Convert error code to TRU decoding error type. | |
| constexpr int | o2::emcal::reconstructionerrors::getErrorCodeFromTRUDecodingError (TRUDecodingError_t error) |
| Convert TRU decoding error type into numberic representation. | |
| const char * | o2::emcal::reconstructionerrors::getTRUDecodingErrorName (TRUDecodingError_t errortype) |
| Get name of a given TRU decoding error type. | |
| const char * | o2::emcal::reconstructionerrors::getTRUDecodingErrorName (unsigned int errorcode) |
| Get name of a given TRU decoding error code. | |
| const char * | o2::emcal::reconstructionerrors::getTRUDecodingErrorTitle (TRUDecodingError_t errortype) |
| Get title of a given TRU decoding error type. | |
| const char * | o2::emcal::reconstructionerrors::getTRUDecodingErrorTitle (unsigned int errorcode) |
| Get title of a given TRU decoding error type. | |
| const char * | o2::emcal::reconstructionerrors::getTRUDecodingErrorErrorDescription (TRUDecodingError_t errortype) |
| Get detailed description of a given TRU decoding error type. | |
| const char * | o2::emcal::reconstructionerrors::getTRUDecodingErrorErrorDescription (unsigned int errorcode) |
| Get detailed description of a given TRU decoding error type. | |