CMS 3D CMS Logo

MuonFwd.h
Go to the documentation of this file.
1 #ifndef MuonReco_MuonFwd_h
2 #define MuonReco_MuonFwd_h
3 #include <vector>
7 
8 namespace reco {
9  class Muon;
11  typedef std::vector<Muon> MuonCollection;
20 
23 
25  typedef std::vector<MuonTrackLinks> MuonTrackLinksCollection;
26 
27  class CaloMuon;
29  typedef std::vector<CaloMuon> CaloMuonCollection;
30 } // namespace reco
31 
32 #endif
std::vector< CaloMuon > CaloMuonCollection
collection of Muon objects
Definition: MuonFwd.h:27
std::vector< Muon > MuonCollection
collection of Muon objects
Definition: MuonFwd.h:9
std::vector< MuonTrackLinks > MuonTrackLinksCollection
collection of MuonTrackLinks
Definition: MuonFwd.h:22
Definition: Muon.py:1
edm::RefVector< MuonCollection > MuonRefVector
vector of references to Muon objects all in the same collection
Definition: MuonFwd.h:17
edm::Ref< MuonCollection > MuonRef
presistent reference to a Muon
Definition: MuonFwd.h:13
fixed size matrix
MuonRefVector::iterator muon_iterator
iterator over a vector of references to Muon objects all in the same collection
Definition: MuonFwd.h:19
edm::RefProd< MuonCollection > MuonRefProd
references to Muon collection
Definition: MuonFwd.h:15