File indexing completed on 2023-03-17 11:19:03
0001 #ifndef RecoLocalFastTime_Records_MTDCPERecord_h
0002 #define RecoLocalFastTime_Records_MTDCPERecord_h
0003
0004 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0005 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0006 #include "Geometry/Records/interface/MTDDigiGeometryRecord.h"
0007
0008 #include "FWCore/Utilities/interface/mplVector.h"
0009
0010 class MTDCPERecord
0011 : public edm::eventsetup::DependentRecordImplementation<MTDCPERecord, edm::mpl::Vector<MTDDigiGeometryRecord> > {};
0012
0013 #endif