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