CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/EgammaAnalysis/ElectronTools/python/electronIsolatorFromEffectiveArea_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 elPFIsoValueEA03 = cms.EDFilter( "ElectronIsolatorFromEffectiveArea",
00004                                  gsfElectrons = cms.InputTag('gsfElectrons'),
00005                                  pfElectrons = cms.InputTag('pfSelectedElectrons'),
00006                                  rhoIso = cms.InputTag("kt6PFJets:rho"),
00007                                  EffectiveAreaType = cms.string("kEleGammaAndNeutralHadronIso03"),
00008                                  EffectiveAreaTarget = cms.string("kEleEAData2012")
00009                                  )