CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/CondFormats/DataRecord/interface/DTT0RefRcd.h

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