CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/CondFormats/HcalObjects/interface/HcalRecoParams.h

Go to the documentation of this file.
00001 #ifndef HcalRecoParams_h
00002 #define HcalRecoParams_h
00003 
00004 
00005 #include "CondFormats/HcalObjects/interface/HcalRecoParam.h"
00006 #include "CondFormats/HcalObjects/interface/HcalCondObjectContainer.h"
00007 
00008 
00009 class HcalRecoParams: public HcalCondObjectContainer<HcalRecoParam>
00010 {
00011  public:
00012   HcalRecoParams():HcalCondObjectContainer<HcalRecoParam>() {}
00013 
00014   std::string myname() const {return (std::string)"HcalRecoParams";}
00015 
00016  private:
00017 
00018 };
00019 #endif