CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/CondFormats/HcalObjects/interface/HcalMCParams.h

Go to the documentation of this file.
00001 #ifndef HcalMCParams_h
00002 #define HcalMCParams_h
00003 
00004 
00005 #include "CondFormats/HcalObjects/interface/HcalMCParam.h"
00006 #include "CondFormats/HcalObjects/interface/HcalCondObjectContainer.h"
00007 
00008 
00009 class HcalMCParams: public HcalCondObjectContainer<HcalMCParam>
00010 {
00011  public:
00012 #ifndef HCAL_COND_SUPPRESS_DEFAULT
00013   HcalMCParams():HcalCondObjectContainer<HcalMCParam>(0) {}
00014 #endif
00015   HcalMCParams(const HcalTopology* topo):HcalCondObjectContainer<HcalMCParam>(topo) {}
00016 
00017   std::string myname() const {return (std::string)"HcalMCParams";}
00018 
00019  private:
00020 
00021 };
00022 #endif