00001 #ifndef HcalMCParamsRcd_H 00002 #define HcalMCParamsRcd_H 00003 #include "FWCore/Framework/interface/DependentRecordImplementation.h" 00004 #include "Geometry/Records/interface/IdealGeometryRecord.h" 00005 class HcalMCParamsRcd : public edm::eventsetup::DependentRecordImplementation<HcalMCParamsRcd, boost::mpl::vector<IdealGeometryRecord> > {}; 00006 #endif