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 
12  static const int LVSTATUS=0;
13  static const int LVNOMINALSTATUS=1;
14  static const int HVSTATUS=2;
15  static const int HVNOMINALSTATUS=3;
16  static const int HVEEDSTATUS=4;
17  static const int HVEEDNOMINALSTATUS=5;
18 
19 };
20 
21 #endif