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