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