CMS 3D CMS Logo

CandMatchMap.h
Go to the documentation of this file.
1 #ifndef Candidate_CandMatchMap_h
2 #define Candidate_CandMatchMap_h
3 /* \class reco::CandMatchMap
4  *
5  * One-to-one Candidate association map by reference
6  *
7  * \author Luca Lista, INFN
8  */
13 
14 namespace reco {
15  typedef edm::AssociationMap<
17  reco::CandidateCollection
18  >
20 
21  typedef edm::AssociationMap<
23  reco::CandidateView
24  >
26 }
27 
28 #endif
edm::AssociationMap< edm::OneToOne< reco::CandidateCollection, reco::CandidateCollection > > CandMatchMap
Definition: CandMatchMap.h:19
fixed size matrix
edm::OwnVector< Candidate > CandidateCollection
collection of Candidate objects
Definition: CandidateFwd.h:21
edm::View< Candidate > CandidateView
view of a collection containing candidates
Definition: CandidateFwd.h:23
edm::AssociationMap< edm::OneToOneGeneric< reco::CandidateView, reco::CandidateView > > CandViewMatchMap
Definition: CandMatchMap.h:25