Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-10-25 09:38:38

0001 #ifndef Candidate_CandMatchMapMany_h
0002 #define Candidate_CandMatchMapMany_h
0003 /* \class reco::CandMatchMapMany
0004  * 
0005  * One-to-Many Candidate association map by reference
0006  *
0007  * \author Luca Lista, INFN
0008  */
0009 #include "DataFormats/Common/interface/AssociationMap.h"
0010 #include "DataFormats/Common/interface/OneToManyWithQuality.h"
0011 #include "DataFormats/Candidate/interface/Candidate.h"
0012 
0013 namespace reco {
0014   typedef edm::AssociationMap<edm::OneToManyWithQuality<reco::CandidateCollection, reco::CandidateCollection, double> >
0015       CandMatchMapMany;
0016 }
0017 
0018 #endif