CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
CandMatchMapMany.h
Go to the documentation of this file.
1 #ifndef Candidate_CandMatchMapMany_h
2 #define Candidate_CandMatchMapMany_h
3 /* \class reco::CandMatchMapMany
4  *
5  * One-to-Many Candidate association map by reference
6  *
7  * \author Luca Lista, INFN
8  */
12 
13 namespace reco {
14  typedef edm::AssociationMap<
17  double
18  >
20 }
21 
22 #endif
edm::AssociationMap< edm::OneToManyWithQuality< reco::CandidateCollection, reco::CandidateCollection, double > > CandMatchMapMany
edm::OwnVector< Candidate > CandidateCollection
collection of Candidate objects
Definition: CandidateFwd.h:21