Go to the documentation of this file.00001 #ifndef DTT0RefRCD_H
00002 #define DTT0RefRCD_H
00003
00004 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
00005 #include "Geometry/Records/interface/MuonNumberingRecord.h"
00006 #include "Geometry/Records/interface/IdealGeometryRecord.h"
00007
00008 #include <vector>
00009 class DTT0RefRcd : public edm::eventsetup::DependentRecordImplementation<DTT0RefRcd,
00010 boost::mpl::vector<IdealGeometryRecord, MuonNumberingRecord> > {};
00011
00012 #endif