CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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