File indexing completed on 2024-04-06 12:15:19
0001
0002
0003
0004
0005
0006
0007
0008
0009 #ifndef Geometry_Records_TotemGeometryRcd_h
0010 #define Geometry_Records_TotemGeometryRcd_h
0011
0012 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0013 #include "FWCore/Utilities/interface/mplVector.h"
0014
0015 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0016 #include "Geometry/Records/interface/PTotemRcd.h"
0017
0018
0019
0020
0021
0022 class TotemGeometryRcd
0023 : public edm::eventsetup::DependentRecordImplementation<TotemGeometryRcd,
0024 edm::mpl::Vector<IdealGeometryRecord, PTotemRcd> > {};
0025
0026 #endif