CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_1/src/CondFormats/HcalObjects/interface/HcalGains.h

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