#include <EcalErrorDictionary.h>
Classes | |
struct | errorDef_t |
Static Public Member Functions | |
static void | getDictionary (std::vector< errorDef_t > &dict) |
static void | getErrors (std::vector< errorDef_t > &errorVec, uint64_t bitcode) |
static uint64_t | getMask (std::string shortDesc) |
static uint64_t | hasError (std::string shortDesc, uint64_t bitcode) |
static void | printErrors (uint64_t bitcode) |
Private Member Functions | |
EcalErrorDictionary () | |
~EcalErrorDictionary () | |
Static Private Member Functions | |
static errorDef_t | getDef (unsigned int i) |
Static Private Attributes | |
static const unsigned int | DICTSIZE = 55 |
A dictionary of bitmasks for ECAL channel errors and their meaning This object is not meant to be stored in the offline DB, but the bits defined here are stored in EcalChannelStatus.
This class holds no dynamic data and all the methods are static.
Definition at line 15 of file EcalErrorDictionary.h.
EcalErrorDictionary::EcalErrorDictionary | ( | ) | [inline, private] |
Definition at line 65 of file EcalErrorDictionary.h.
{}; // Hidden to force static use
EcalErrorDictionary::~EcalErrorDictionary | ( | ) | [inline, private] |
Definition at line 66 of file EcalErrorDictionary.h.
{}; // Hidden to force static use
static errorDef_t EcalErrorDictionary::getDef | ( | unsigned int | i | ) | [inline, static, private] |
Definition at line 70 of file EcalErrorDictionary.h.
Referenced by getDictionary(), getErrors(), getMask(), and printErrors().
{ const static errorDef_t ERRORDICT[DICTSIZE] = { { ((uint64_t)1<<0), "CH_ID_WARNING" , "Channel id warning"}, { ((uint64_t)1<<1), "CH_GAIN_ZERO_WARNING" , "Channel gain zero warning"}, { ((uint64_t)1<<2), "CH_GAIN_SWITCH_WARNING" , "Channel gain switch warning"}, { ((uint64_t)1<<3), "CH_ID_ERROR" , "Channel id error"}, { ((uint64_t)1<<4), "CH_GAIN_ZERO_ERROR" , "Channel gain zero error"}, { ((uint64_t)1<<5), "CH_GAIN_SWITCH_ERROR" , "Channel gain switch error"}, { ((uint64_t)1<<6), "TT_ID_WARNING" , "TT id warning"}, { ((uint64_t)1<<7), "TT_SIZE_WARNING" , "TT size warning"}, { ((uint64_t)1<<8), "TT_LV1_WARNING" , "TT LV1 warning"}, { ((uint64_t)1<<9), "TT_BUNCH_X_WARNING" , "TT bunch-x warning"}, { ((uint64_t)1<<10), "TT_ID_ERROR" , "TT id error"}, { ((uint64_t)1<<11), "TT_SIZE_ERROR" , "TT size error"}, { ((uint64_t)1<<12), "TT_LV1_ERROR" , "TT LV1 error"}, { ((uint64_t)1<<13), "TT_BUNCH_X_ERROR" , "TT bunch-x error"}, { ((uint64_t)1<<16) , "PEDESTAL_LOW_GAIN_MEAN_WARNING" , "Pedestal low gain mean amplitude outside range"}, { ((uint64_t)1<<17) , "PEDESTAL_MIDDLE_GAIN_MEAN_WARNING" , "Pedestal middle gain mean amplitude outside range"}, { ((uint64_t)1<<18) , "PEDESTAL_HIGH_GAIN_MEAN_WARNING" , "Pedestal high gain mean amplitude outside range"}, { ((uint64_t)1<<19) , "PEDESTAL_LOW_GAIN_MEAN_ERROR" , "Pedestal low gain mean amplitude error"}, { ((uint64_t)1<<20) , "PEDESTAL_MIDDLE_GAIN_MEAN_ERROR" , "Pedestal middle gain mean amplitude error"}, { ((uint64_t)1<<21) , "PEDESTAL_HIGH_GAIN_MEAN_ERROR" , "Pedestal high gain mean amplitude error"}, { ((uint64_t)1<<22) , "PEDESTAL_LOW_GAIN_RMS_WARNING" , "Pedestal low gain rms amplitude outside range"}, { ((uint64_t)1<<23) , "PEDESTAL_MIDDLE_GAIN_RMS_WARNING" , "Pedestal middle gain rms amplitude outside range"}, { ((uint64_t)1<<24) , "PEDESTAL_HIGH_GAIN_RMS_WARNING" , "Pedestal high gain rms amplitude outside range"}, { ((uint64_t)1<<25) , "PEDESTAL_LOW_GAIN_RMS_ERROR" , "Pedestal low gain rms amplitude error"}, { ((uint64_t)1<<26), "PEDESTAL_MIDDLE_GAIN_RMS_ERROR" , "Pedestal middle gain rms amplitude error"}, { ((uint64_t)1<<27), "PEDESTAL_HIGH_GAIN_RMS_ERROR" , "Pedestal high gain rms amplitude error"}, { ((uint64_t)1<<28), "PEDESTAL_ONLINE_HIGH_GAIN_MEAN_WARNING" , "Pedestal online high gain mean amplitude outside range"}, { ((uint64_t)1<<29), "PEDESTAL_ONLINE_HIGH_GAIN_RMS_WARNING" , "Pedestal online high gain rms amplitude outside range"}, { ((uint64_t)1<<30), "PEDESTAL_ONLINE_HIGH_GAIN_MEAN_ERROR" , "Pedestal online high gain mean amplitude error"}, { ((uint64_t)1<<31), "PEDESTAL_ONLINE_HIGH_GAIN_RMS_ERROR" , "Pedestal online high gain rms amplitude error"}, { ((uint64_t)1<<32), "TESTPULSE_LOW_GAIN_MEAN_WARNING" , "Testpulse low gain mean amplitude outside range"}, { ((uint64_t)1<<33), "TESTPULSE_MIDDLE_GAIN_MEAN_WARNING" , "Testpulse middle gain mean amplitude outside range"}, { ((uint64_t)1<<34), "TESTPULSE_HIGH_GAIN_MEAN_WARNING" , "Testpulse high gain mean amplitude outside range"}, { ((uint64_t)1<<35), "TESTPULSE_LOW_GAIN_RMS_WARNING" , "Testpulse low gain rms amplitude outside range"}, { ((uint64_t)1<<36), "TESTPULSE_MIDDLE_GAIN_RMS_WARNING" , "Testpulse middle gain rms amplitude outside range"}, { ((uint64_t)1<<37), "TESTPULSE_HIGH_GAIN_RMS_WARNING" , "Testpulse high gain rms amplitude outside range"}, { ((uint64_t)1<<38), "LASER_MEAN_WARNING" , "Laser mean amplitude outside range"}, { ((uint64_t)1<<39), "LASER_RMS_WARNING" , "Laser rms amplitude outside range"}, { ((uint64_t)1<<40), "LASER_MEAN_OVER_PN_WARNING" , "Laser mean amplitude over PN outside range"}, { ((uint64_t)1<<41), "LASER_RMS_OVER_PN_WARNING" , "Laser rms amplitude over PN outside range"}, { ((uint64_t)1<<42), "LASER_MEAN_TIMING_WARNING" , "Laser channel mean timing outside range"}, { ((uint64_t)1<<43), "LASER_RMS_TIMING_WARNING" , "Laser channel rms timing outside range"}, { ((uint64_t)1<<44), "LASER_MEAN_TT_TIMING_WARNING" , "Laser tower mean timing outside range"}, { ((uint64_t)1<<45), "LASER_RMS_TT_TIMING_WARNING" , "Laser tower rms timing outside range"}, { ((uint64_t)1<<46), "PHYSICS_MEAN_TIMING_WARNING" , "Channel mean timing outside range for physics events"}, { ((uint64_t)1<<47), "PHYSICS_RMS_TIMING_WARNING" , "Channel rms timing outside range for physics events"}, { ((uint64_t)1<<48), "PHYSICS_MEAN_TT_TIMING_WARNING" , "TT mean timing outside range for physics events"}, { ((uint64_t)1<<49), "PHYSICS_RMS_TT_TIMING_WARNING" , "TT rms timing outside range for physics events"}, { ((uint64_t)1<<50), "PHYSICS_BAD_CHANNEL_WARNING" , "Bad signal for physics events"}, { ((uint64_t)1<<51), "PHYSICS_BAD_CHANNEL_ERROR" , "No signal for physics events"}, { ((uint64_t)1<<52), "STATUS_FLAG_ERROR" , "Readout tower front end error (any type)"}, { ((uint64_t)1<<53), "LED_MEAN_WARNING" , "Led mean amplitude outside range"}, { ((uint64_t)1<<54), "LED_RMS_WARNING" , "Led rms amplitude outside range"} }; return ERRORDICT[i]; }
static void EcalErrorDictionary::getDictionary | ( | std::vector< errorDef_t > & | dict | ) | [inline, static] |
static void EcalErrorDictionary::getErrors | ( | std::vector< errorDef_t > & | errorVec, |
uint64_t | bitcode | ||
) | [inline, static] |
static uint64_t EcalErrorDictionary::getMask | ( | std::string | shortDesc | ) | [inline, static] |
Definition at line 28 of file EcalErrorDictionary.h.
References EcalErrorDictionary::errorDef_t::bitmask, DICTSIZE, getDef(), and i.
Referenced by hasError(), popcon::EcalChannelStatusHandler::laserMasking(), popcon::EcalChannelStatusHandler::pedMasking(), popcon::EcalChannelStatusHandler::pedOnlineMasking(), and popcon::EcalChannelStatusHandler::physicsMasking().
static uint64_t EcalErrorDictionary::hasError | ( | std::string | shortDesc, |
uint64_t | bitcode | ||
) | [inline, static] |
Definition at line 23 of file EcalErrorDictionary.h.
References getMask().
{ return getMask(shortDesc) & bitcode; }
static void EcalErrorDictionary::printErrors | ( | uint64_t | bitcode | ) | [inline, static] |
const unsigned int EcalErrorDictionary::DICTSIZE = 55 [static, private] |
Definition at line 68 of file EcalErrorDictionary.h.
Referenced by getDef(), getDictionary(), getErrors(), getMask(), and printErrors().