CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch1/src/CondFormats/CastorObjects/interface/CastorRecoParams.h

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