CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 #ifndef MuonReco_MuonFwd_h
00002 #define MuonReco_MuonFwd_h
00003 #include <vector>
00004 #include "DataFormats/Common/interface/Ref.h"
00005 #include "DataFormats/Common/interface/RefProd.h"
00006 #include "DataFormats/Common/interface/RefVector.h"
00007 
00008 namespace reco {
00009   class Muon;
00011   typedef std::vector<Muon> MuonCollection;
00013   typedef edm::Ref<MuonCollection> MuonRef;
00015   typedef edm::RefProd<MuonCollection> MuonRefProd;
00017   typedef edm::RefVector<MuonCollection> MuonRefVector;
00019   typedef MuonRefVector::iterator muon_iterator;
00020 
00022   class MuonTrackLinks;
00023   
00025   typedef std::vector<MuonTrackLinks> MuonTrackLinksCollection;
00026   
00027   class CaloMuon;
00029   typedef std::vector<CaloMuon> CaloMuonCollection;
00030 }
00031 
00032 #endif