CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_4/src/DataFormats/EgammaCandidates/interface/PhotonCandidateAssociation.h

Go to the documentation of this file.
00001 #ifndef DataFormats_RecoCandidate_PhotonCandidateAssociation_h
00002 #define DataFormats_RecoCandidate_PhotonCandidateAssociation_h
00003 #include "DataFormats/Common/interface/AssociationMap.h"
00004 #include "DataFormats/Common/interface/OneToOne.h"
00005 #include "DataFormats/EgammaCandidates/interface/Photon.h"
00006 #include "DataFormats/Candidate/interface/Candidate.h"
00007 #include "DataFormats/EgammaCandidates/interface/PhotonFwd.h"
00008 #include "DataFormats/Candidate/interface/CandidateFwd.h"
00009 
00010 namespace reco {
00011   typedef edm::AssociationMap<edm::OneToOne<reco::PhotonCollection, reco::CandidateCollection> > PhotonCandidateAssociation;
00012 }
00013 
00014 #endif