CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_0/src/DataFormats/Candidate/interface/CandMatchMapMany.h

Go to the documentation of this file.
00001 #ifndef Candidate_CandMatchMapMany_h
00002 #define Candidate_CandMatchMapMany_h
00003 /* \class reco::CandMatchMapMany
00004  * 
00005  * One-to-Many Candidate association map by reference
00006  *
00007  * \author Luca Lista, INFN
00008  */
00009 #include "DataFormats/Common/interface/AssociationMap.h"
00010 #include "DataFormats/Common/interface/OneToManyWithQuality.h"
00011 #include "DataFormats/Candidate/interface/Candidate.h"
00012 
00013 namespace reco {
00014   typedef edm::AssociationMap<
00015             edm::OneToManyWithQuality<reco::CandidateCollection, 
00016                                       reco::CandidateCollection,
00017                                       double
00018                                      > 
00019                              > CandMatchMapMany;
00020 }
00021 
00022 #endif