19namespace reconstructionerrors
39 return "CellRangeExceed";
41 return "CellIndexNegative";
43 return "UnknownError";
56 return "Cell ID outside range";
58 return "Cell ID corrupted";
60 return "UnknownError";
73 return "Cell index exceeding valid rage";
75 return "Cell index corrupted (i.e. negative)";
77 return "UnknownError";
107 return "UnknownError";
120 return "High Gain missing";
122 return "Low Gain missing";
124 return "UnknownError";
137 return "HG missing for LG below HGLG transition";
139 return "LG not found for saturated HG";
141 return "UnknownError";
170 return "TRUIndexInvalid";
172 return "PatchIndexInvalid";
174 return "FastORIndexInvalid";
176 return "FastORStartTimeInvalid";
178 return "UnknownError";
191 return "TRU index invalid";
193 return "Patch index invalid";
195 return "FastOR index invalid";
197 return "FastOR starttime invalid";
199 return "Unknown error";
212 return "TRU index is invalid";
214 return "Patch index is invalid";
216 return "FastOR index is invalid";
218 return "FastOR starttime is invalid";
220 return "Unknown error";
Errors appearing in geometry access obtaining the tower ID.
const char * getGainErrorDescription(GainError_t errortype)
Get detailed description of a given gain error type.
@ LGNOHG
LG found below HG/LG transition, HG missing.
@ UNKNOWN_ERROR
Unknown error code.
@ HGNOLG
HG saturated, LG missing.
@ UNKNOWN_ERROR
Unknown error code.
@ CELL_RANGE_EXCEED
Requested cell value exceeding allowed cell range.
@ CELL_INDEX_NEGATIVE
Requested cell value negative.
const char * getGeometryErrorName(GeometryError_t errortype)
Get name of a given geometry error type.
const char * getGeometryErrorDescription(GeometryError_t errortype)
Get detailed description of a given geometry error type.
GainError_t getGainErrorFromErrorCode(unsigned int errorcode)
Convert error code to gain error type.
const char * getTRUDecodingErrorTitle(TRUDecodingError_t errortype)
Get title of a given TRU decoding error type.
const char * getTRUDecodingErrorErrorDescription(TRUDecodingError_t errortype)
Get detailed description of a given TRU decoding error type.
constexpr int getNumberOfGainErrorCodes()
Get the number of gain error codes.
const char * getGainErrorName(GainError_t errortype)
Get name of a given gain error type.
TRUDecodingError_t getTRUDecodingErrorFromErrorCode(unsigned int errorcode)
Convert error code to TRU decoding error type.
const char * getGainErrorTitle(GainError_t errortype)
Get title of a given gain error type.
GeometryError_t getGeometryErrorFromErrorCode(unsigned int errorcode)
Convert error code to geometry error type.
constexpr int getNumberOfGeometryErrorCodes()
Get the number of geometry error codes.
const char * getTRUDecodingErrorName(TRUDecodingError_t errortype)
Get name of a given TRU decoding error type.
@ UNKNOWN_ERROR
Unknown error type.
@ TRU_INDEX_INVALID
TRU index invalid.
@ FASTOR_INDEX_INVALID
FastOR index unknown.
@ FASTOR_STARTTIME_INVALID
FastOr stattime is larger than 14.
@ PATCH_INDEX_INVALID
Patch index outside range.
const char * getGeometryErrorTitle(GeometryError_t errortype)
Get title of a given geometry error type.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...