CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_6_1_2_SLHC4_patch1/src/DataFormats/EgammaCandidates/interface/GsfElectronIsoNumCollection.h

Go to the documentation of this file.
00001 #ifndef EgammaCandidates_GsfElectronIsoNumCollection_h
00002 #define EgammaCandidates_GsfElectronIsoNumCollection_h
00003 
00004 
00005 #include "DataFormats/Common/interface/AssociationVector.h"
00006 #include "DataFormats/EgammaCandidates/interface/GsfElectronFwd.h"
00007 #include <vector>
00008 
00009 namespace reco{
00010 
00011   typedef edm::AssociationVector<reco::GsfElectronRefProd,std::vector<int> > GsfElectronIsoNumCollection;
00012   
00013 
00014   typedef  GsfElectronIsoNumCollection::value_type     GsfElectronIsoNum;
00015   typedef  edm::Ref<GsfElectronIsoNumCollection>       GsfElectronIsoNumCollectionRef;
00016   typedef  edm::RefProd<GsfElectronIsoNumCollection>   GsfElectronIsoNumCollectionRefProd;
00017   typedef  edm::RefVector<GsfElectronIsoNumCollection> GsfElectronIsoNumCollectionRefVector;
00018 
00019 }
00020 
00021 #endif