CMS 3D CMS Logo

electronIsolatorFromEffectiveArea_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 elPFIsoValueEA03 = cms.EDFilter( "ElectronIsolatorFromEffectiveArea",
4  gsfElectrons = cms.InputTag('gsfElectrons'),
5  pfElectrons = cms.InputTag('pfSelectedElectrons'),
6  rhoIso = cms.InputTag("kt6PFJets:rho"),
7  EffectiveAreaType = cms.string("kEleGammaAndNeutralHadronIso03"),
8  EffectiveAreaTarget = cms.string("kEleEAData2012")
9  )