CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
gedGsfElectronFinalizer_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 gedGsfElectrons = cms.EDProducer("GEDGsfElectronFinalizer",
6  previousGsfElectronsTag = cms.InputTag("gedGsfElectronsTmp"),
7  pfCandidatesTag = cms.InputTag("particleFlowTmp"),
8  regressionConfig = regressionModifier.clone(rhoCollection=cms.InputTag("fixedGridRhoFastjetAllTmp")),
9  pfIsolationValues = cms.PSet(
10  pfSumChargedHadronPt = cms.InputTag('gedElPFIsoValueCharged03'),
11  pfSumPhotonEt = cms.InputTag('gedElPFIsoValueGamma03'),
12  pfSumNeutralHadronEt= cms.InputTag('gedElPFIsoValueNeutral03'),
13  pfSumPUPt = cms.InputTag('gedElPFIsoValuePU03')),
14  outputCollectionLabel = cms.string("")
15  )