Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:14

0001 #ifndef RecoMuon_Record_MuonRecoGeometryRecord_h
0002 #define RecoMuon_Record_MuonRecoGeometryRecord_h
0003 
0004 /** \class MuonRecoGeometryRecord
0005  *
0006  *  Record to hold muon reconstruction geometries.
0007  *
0008  *  \author N. Amapane - CERN
0009  */
0010 
0011 #include "FWCore/Framework/interface/EventSetupRecordImplementation.h"
0012 #include "FWCore/Framework/interface/DependentRecordImplementation.h"
0013 #include "Geometry/Records/interface/MuonGeometryRecord.h"
0014 
0015 #include "FWCore/Utilities/interface/mplVector.h"
0016 
0017 class MuonRecoGeometryRecord
0018     : public edm::eventsetup::DependentRecordImplementation<MuonRecoGeometryRecord,
0019                                                             edm::mpl::Vector<MuonGeometryRecord> > {};
0020 
0021 #endif