CMS 3D CMS Logo

MuonGeometryRecord.h
Go to the documentation of this file.
1 #ifndef Records_MuonGeometryRecord_h
2 #define Records_MuonGeometryRecord_h
3 
22 #include "boost/mpl/vector.hpp"
30 class MuonGeometryRecord : public edm::eventsetup::DependentRecordImplementation<MuonGeometryRecord,boost::mpl::vector<IdealGeometryRecord, DDSpecParRegistryRcd, GeometryFileRcd, MuonNumberingRecord, DTAlignmentRcd, DTAlignmentErrorRcd, DTAlignmentErrorExtendedRcd, CSCAlignmentRcd, CSCAlignmentErrorRcd, CSCAlignmentErrorExtendedRcd, GlobalPositionRcd, ME0RecoGeometryRcd, GEMRecoGeometryRcd, RPCRecoGeometryRcd, DTRecoGeometryRcd, CSCRecoGeometryRcd, CSCRecoDigiParametersRcd> > {};
31 
32 #endif