File indexing completed on 2024-04-06 12:02:02
0001 #ifndef HcalFrontEndMapRcd_H
0002 #define HcalFrontEndMapRcd_H
0003 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0004 #include "Geometry/Records/interface/HcalRecNumberingRecord.h"
0005 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0006
0007 class HcalFrontEndMapRcd : public edm::eventsetup::DependentRecordImplementation<
0008 HcalFrontEndMapRcd,
0009 edm::mpl::Vector<HcalRecNumberingRecord, IdealGeometryRecord> > {};
0010 #endif