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