CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch1/src/CondFormats/EcalObjects/interface/EcalDCSTowerStatusHelper.h

Go to the documentation of this file.
00001 #ifndef CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H
00002 #define CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H
00003 
00009 class EcalDCSTowerStatusHelper {
00010  public:
00011 
00012   static const int LVSTATUS=0;
00013   static const int LVNOMINALSTATUS=1;
00014   static const int HVSTATUS=2;
00015   static const int HVNOMINALSTATUS=3;
00016   static const int HVEEDSTATUS=4;
00017   static const int HVEEDNOMINALSTATUS=5;
00018 
00019 };
00020 
00021 #endif