Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:02:08

0001 #ifndef CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H
0002 #define CondFormats_EcalObjects_EcalDCSTowerStatusHelper_H
0003 /**
0004  * Author: Francesca
0005  * Created: 13 Jan 2009
0006  * 
0007  **/
0008 
0009 class EcalDCSTowerStatusHelper {
0010 public:
0011   static const int LVSTATUS = 0;
0012   static const int LVNOMINALSTATUS = 1;
0013   static const int HVSTATUS = 2;
0014   static const int HVNOMINALSTATUS = 3;
0015   static const int HVEEDSTATUS = 4;
0016   static const int HVEEDNOMINALSTATUS = 5;
0017 };
0018 
0019 #endif