CMS 3D CMS Logo

EcalDQMStatusHelper.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_EcalDQMStatusHelper_H
2 #define CondFormats_EcalObjects_EcalDQMStatusHelper_H
3 
10 public:
11  static const int CH_ID_ERROR = 0;
12  static const int CH_GAIN_ZERO_ERROR = 1;
13  static const int CH_GAIN_SWITCH_ERROR = 2;
14  static const int TT_ID_ERROR = 3;
15  static const int TT_SIZE_ERROR = 4;
16 
17  static const int PEDESTAL_LOW_GAIN_MEAN_ERROR = 5;
18  static const int PEDESTAL_MIDDLE_GAIN_MEAN_ERROR = 6;
19  static const int PEDESTAL_HIGH_GAIN_MEAN_ERROR = 7;
20  static const int PEDESTAL_LOW_GAIN_RMS_ERROR = 8;
21  static const int PEDESTAL_MIDDLE_GAIN_RMS_ERROR = 9;
22  static const int PEDESTAL_HIGH_GAIN_RMS_ERROR = 10;
23 
24  static const int PEDESTAL_ONLINE_HIGH_GAIN_MEAN_ERROR = 11;
25  static const int PEDESTAL_ONLINE_HIGH_GAIN_RMS_ERROR = 12;
26 
27  static const int TESTPULSE_LOW_GAIN_MEAN_ERROR = 13;
28  static const int TESTPULSE_MIDDLE_GAIN_MEAN_ERROR = 14;
29  static const int TESTPULSE_HIGH_GAIN_MEAN_ERROR = 15;
30  static const int TESTPULSE_LOW_GAIN_RMS_ERROR = 16;
31  static const int TESTPULSE_MIDDLE_GAIN_RMS_ERROR = 17;
32  static const int TESTPULSE_HIGH_GAIN_RMS_ERROR = 18;
33 
34  static const int LASER_MEAN_ERROR = 19;
35  static const int LASER_RMS_ERROR = 20;
36  static const int LASER_TIMING_MEAN_ERROR = 21;
37  static const int LASER_TIMING_RMS_ERROR = 22;
38 
39  static const int LED_MEAN_ERROR = 23;
40  static const int LED_RMS_ERROR = 24;
41  static const int LED_TIMING_MEAN_ERROR = 25;
42  static const int LED_TIMING_RMS_ERROR = 26;
43 
44  static const int STATUS_FLAG_ERROR = 27;
45 
46  static const int PHYSICS_BAD_CHANNEL_WARNING = 28;
47  static const int PHYSICS_BAD_CHANNEL_ERROR = 29;
48 };
49 
50 #endif
static const int LED_MEAN_ERROR
static const int PEDESTAL_MIDDLE_GAIN_RMS_ERROR
static const int LASER_MEAN_ERROR
static const int TESTPULSE_LOW_GAIN_RMS_ERROR
static const int PHYSICS_BAD_CHANNEL_WARNING
static const int LASER_TIMING_RMS_ERROR
static const int PEDESTAL_HIGH_GAIN_MEAN_ERROR
static const int PEDESTAL_ONLINE_HIGH_GAIN_RMS_ERROR
static const int PHYSICS_BAD_CHANNEL_ERROR
static const int TT_SIZE_ERROR
static const int CH_GAIN_SWITCH_ERROR
static const int TESTPULSE_MIDDLE_GAIN_MEAN_ERROR
static const int PEDESTAL_LOW_GAIN_RMS_ERROR
static const int PEDESTAL_HIGH_GAIN_RMS_ERROR
static const int STATUS_FLAG_ERROR
static const int TESTPULSE_MIDDLE_GAIN_RMS_ERROR
static const int TESTPULSE_HIGH_GAIN_RMS_ERROR
static const int LED_TIMING_MEAN_ERROR
static const int PEDESTAL_LOW_GAIN_MEAN_ERROR
static const int TESTPULSE_LOW_GAIN_MEAN_ERROR
static const int LED_TIMING_RMS_ERROR
static const int CH_GAIN_ZERO_ERROR
static const int PEDESTAL_ONLINE_HIGH_GAIN_MEAN_ERROR
static const int LASER_TIMING_MEAN_ERROR
static const int TT_ID_ERROR
static const int LED_RMS_ERROR
static const int PEDESTAL_MIDDLE_GAIN_MEAN_ERROR
static const int TESTPULSE_HIGH_GAIN_MEAN_ERROR
static const int LASER_RMS_ERROR
static const int CH_ID_ERROR