Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:49:44

0001 #ifndef DataFormats_RecoCandidate_PhotonCandidateAssociation_h
0002 #define DataFormats_RecoCandidate_PhotonCandidateAssociation_h
0003 #include "DataFormats/Common/interface/AssociationMap.h"
0004 #include "DataFormats/Common/interface/OneToOne.h"
0005 #include "DataFormats/EgammaCandidates/interface/Photon.h"
0006 #include "DataFormats/Candidate/interface/Candidate.h"
0007 #include "DataFormats/EgammaCandidates/interface/PhotonFwd.h"
0008 #include "DataFormats/Candidate/interface/CandidateFwd.h"
0009 
0010 namespace reco {
0011   typedef edm::AssociationMap<edm::OneToOne<reco::PhotonCollection, reco::CandidateCollection> >
0012       PhotonCandidateAssociation;
0013 }
0014 
0015 #endif