Project
Loading...
Searching...
No Matches
ReconstructionErrors.h File Reference

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
 

Enumerations

enum class  o2::emcal::reconstructionerrors::GeometryError_t { o2::emcal::reconstructionerrors::CELL_RANGE_EXCEED , o2::emcal::reconstructionerrors::CELL_INDEX_NEGATIVE , o2::emcal::reconstructionerrors::UNKNOWN_ERROR }
 
enum class  o2::emcal::reconstructionerrors::GainError_t { o2::emcal::reconstructionerrors::LGNOHG , o2::emcal::reconstructionerrors::HGNOLG , o2::emcal::reconstructionerrors::UNKNOWN_ERROR }
 
enum class  o2::emcal::reconstructionerrors::TRUDecodingError_t {
  o2::emcal::reconstructionerrors::TRU_INDEX_INVALID , o2::emcal::reconstructionerrors::PATCH_INDEX_INVALID , o2::emcal::reconstructionerrors::FASTOR_INDEX_INVALID , o2::emcal::reconstructionerrors::FASTOR_STARTTIME_INVALID ,
  o2::emcal::reconstructionerrors::UNKNOWN_ERROR
}
 

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 charo2::emcal::reconstructionerrors::getGeometryErrorName (GeometryError_t errortype)
 Get name of a given geometry error type.
 
const charo2::emcal::reconstructionerrors::getGeometryErrorName (unsigned int errorcode)
 Get name of a given geometry error code.
 
const charo2::emcal::reconstructionerrors::getGeometryErrorTitle (GeometryError_t errortype)
 Get title of a given geometry error type.
 
const charo2::emcal::reconstructionerrors::getGeometryErrorTitle (unsigned int errorcode)
 Get title of a given geometry error type.
 
const charo2::emcal::reconstructionerrors::getGeometryErrorDescription (GeometryError_t errortype)
 Get detailed description of a given geometry error type.
 
const charo2::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 charo2::emcal::reconstructionerrors::getGainErrorName (GainError_t errortype)
 Get name of a given gain error type.
 
const charo2::emcal::reconstructionerrors::getGainErrorName (unsigned int errorcode)
 Get name of a given gain error code.
 
const charo2::emcal::reconstructionerrors::getGainErrorTitle (GainError_t errortype)
 Get title of a given gain error type.
 
const charo2::emcal::reconstructionerrors::getGainErrorTitle (unsigned int errorcode)
 Get title of a given gain error type.
 
const charo2::emcal::reconstructionerrors::getGainErrorDescription (GainError_t errortype)
 Get detailed description of a given gain error type.
 
const charo2::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 charo2::emcal::reconstructionerrors::getTRUDecodingErrorName (TRUDecodingError_t errortype)
 Get name of a given TRU decoding error type.
 
const charo2::emcal::reconstructionerrors::getTRUDecodingErrorName (unsigned int errorcode)
 Get name of a given TRU decoding error code.
 
const charo2::emcal::reconstructionerrors::getTRUDecodingErrorTitle (TRUDecodingError_t errortype)
 Get title of a given TRU decoding error type.
 
const charo2::emcal::reconstructionerrors::getTRUDecodingErrorTitle (unsigned int errorcode)
 Get title of a given TRU decoding error type.
 
const charo2::emcal::reconstructionerrors::getTRUDecodingErrorErrorDescription (TRUDecodingError_t errortype)
 Get detailed description of a given TRU decoding error type.
 
const charo2::emcal::reconstructionerrors::getTRUDecodingErrorErrorDescription (unsigned int errorcode)
 Get detailed description of a given TRU decoding error type.