CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/CondFormats/HcalObjects/interface/HcalGainWidths.h

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