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