CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_1/src/DataFormats/MuonReco/interface/MuonToMuonMap.h

Go to the documentation of this file.
00001 #ifndef MuonReco_MuonToMuonMap_h
00002 #define MuonReco_MuonToMuonMap_h
00003 
00004 #include "DataFormats/Common/interface/ValueMap.h"
00005 #include "DataFormats/MuonReco/interface/MuonFwd.h"
00006 
00007 namespace reco {
00008 
00009 typedef edm::ValueMap<reco::MuonRef> MuonToMuonMap;
00010 
00011 }
00012 
00013 #endif