CMS 3D CMS Logo

EcalDCSTowerStatusHelper.h
Go to the documentation of this file.
1 #ifndef CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H
2 #define CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H
3 
10 public:
11  static const int LVSTATUS = 0;
12  static const int LVNOMINALSTATUS = 1;
13  static const int HVSTATUS = 2;
14  static const int HVNOMINALSTATUS = 3;
15  static const int HVEEDSTATUS = 4;
16  static const int HVEEDNOMINALSTATUS = 5;
17 };
18 
19 #endif
EcalDCSTowerStatusHelper::HVNOMINALSTATUS
static const int HVNOMINALSTATUS
Definition: EcalDCSTowerStatusHelper.h:14
EcalDCSTowerStatusHelper::HVEEDNOMINALSTATUS
static const int HVEEDNOMINALSTATUS
Definition: EcalDCSTowerStatusHelper.h:16
EcalDCSTowerStatusHelper::LVNOMINALSTATUS
static const int LVNOMINALSTATUS
Definition: EcalDCSTowerStatusHelper.h:12
EcalDCSTowerStatusHelper::LVSTATUS
static const int LVSTATUS
Definition: EcalDCSTowerStatusHelper.h:11
EcalDCSTowerStatusHelper
Definition: EcalDCSTowerStatusHelper.h:9
EcalDCSTowerStatusHelper::HVEEDSTATUS
static const int HVEEDSTATUS
Definition: EcalDCSTowerStatusHelper.h:15
EcalDCSTowerStatusHelper::HVSTATUS
static const int HVSTATUS
Definition: EcalDCSTowerStatusHelper.h:13