Back to home page

Project CMSSW displayed by LXR

 
 

    


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

0001 #ifndef EgammaCandidates_GsfElectronIsoCollection_h
0002 #define EgammaCandidates_GsfElectronIsoCollection_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<double> > GsfElectronIsoCollection;
0011 
0012   typedef GsfElectronIsoCollection::value_type GsfElectronIso;
0013   typedef edm::Ref<GsfElectronIsoCollection> GsfElectronIsoCollectionRef;
0014   typedef edm::RefProd<GsfElectronIsoCollection> GsfElectronIsoCollectionRefProd;
0015   typedef edm::RefVector<GsfElectronIsoCollection> GsfElectronIsoCollectionRefVector;
0016 
0017 }  // namespace reco
0018 
0019 #endif