File indexing completed on 2023-03-17 10:46:42
0001 #ifndef DTT0RefRCD_H
0002 #define DTT0RefRCD_H
0003
0004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0005 #include "Geometry/Records/interface/MuonNumberingRecord.h"
0006 #include "Geometry/Records/interface/IdealGeometryRecord.h"
0007
0008 #include <vector>
0009 class DTT0RefRcd
0010 : public edm::eventsetup::DependentRecordImplementation<DTT0RefRcd,
0011 edm::mpl::Vector<IdealGeometryRecord, MuonNumberingRecord> > {
0012 };
0013
0014 #endif