File indexing completed on 2024-04-06 12:04:06
0001 #ifndef EgammaCandidates_GsfElectronIsoNumCollection_h
0002 #define EgammaCandidates_GsfElectronIsoNumCollection_h
0003
0004 #include "DataFormats/Common/interface/AssociationVector.h"
0005 #include "DataFormats/EgammaCandidates/interface/GsfElectronFwd.h"
0006 #include <vector>
0007
0008 namespace reco {
0009
0010 typedef edm::AssociationVector<reco::GsfElectronRefProd, std::vector<int> > GsfElectronIsoNumCollection;
0011
0012 typedef GsfElectronIsoNumCollection::value_type GsfElectronIsoNum;
0013 typedef edm::Ref<GsfElectronIsoNumCollection> GsfElectronIsoNumCollectionRef;
0014 typedef edm::RefProd<GsfElectronIsoNumCollection> GsfElectronIsoNumCollectionRefProd;
0015 typedef edm::RefVector<GsfElectronIsoNumCollection> GsfElectronIsoNumCollectionRefVector;
0016
0017 }
0018
0019 #endif