CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_8_patch3/src/DataFormats/EgammaCandidates/interface/PhotonIsolationAssociation.h

Go to the documentation of this file.
00001 #ifndef EgammaCandidates_PhotonIsolationAssociation_h
00002 #define EgammaCandidates_PhotonIsolationAssociation_h
00003 // \class PhotonIsolationAssociation
00004 // 
00005 // \short association of Isolation to a Photon
00006 // $Id: PhotonIsolationAssociation.h,v 1.2 2007/07/31 15:20:03 ratnik Exp $
00007 //
00008 
00009 #include "DataFormats/Common/interface/AssociationMap.h"
00010 #include "DataFormats/EgammaCandidates/interface/PhotonFwd.h" 
00011 #include <vector>
00012 
00013 namespace reco {
00014   typedef edm::AssociationMap<edm::OneToValue<std::vector<reco::Photon>, float > > PhotonIsolationMap;
00015 }
00016 #endif