CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/CondFormats/HcalObjects/interface/HcalChannelQuality.h

Go to the documentation of this file.
00001 #ifndef HcalChannelQuality_h
00002 #define HcalChannelQuality_h
00003 
00010 #include "CondFormats/HcalObjects/interface/HcalCondObjectContainer.h"
00011 #include "CondFormats/HcalObjects/interface/HcalChannelStatus.h"
00012 
00013 //typedef HcalCondObjectContainer<HcalChannelStatus> HcalChannelQuality;
00014 
00015 class HcalChannelQuality: public HcalCondObjectContainer<HcalChannelStatus>
00016 {
00017  public:
00018   HcalChannelQuality():HcalCondObjectContainer<HcalChannelStatus>() {}
00019 
00020   std::string myname() const {return (std::string)"HcalChannelQuality";}
00021 
00022  private:
00023 };
00024 
00025 
00026 #endif
00027