1 import FWCore.ParameterSet.Config
as cms
3 electronEcalRecHitIsolationLcone = cms.EDProducer(
"EgammaEcalRecHitIsolationProducer",
5 ecalBarrelRecHitProducer = cms.InputTag(
"ecalRecHit"),
6 ecalBarrelRecHitCollection = cms.InputTag(
"EcalRecHitsEB"),
7 ecalEndcapRecHitProducer = cms.InputTag(
"ecalRecHit"),
8 ecalEndcapRecHitCollection = cms.InputTag(
"EcalRecHitsEE"),
14 useNumCrystals = cms.bool(
True),
15 intRadiusBarrel = cms.double(3.0),
16 intRadiusEndcap = cms.double(3.0),
17 jurassicWidth = cms.double(1.5),
18 extRadius = cms.double(0.4),
19 etMinBarrel = cms.double(0.0),
20 eMinBarrel = cms.double(0.095),
21 etMinEndcap = cms.double(0.110),
22 eMinEndcap = cms.double(0.0),
24 useIsolEt = cms.bool(
True),
25 tryBoth = cms.bool(
True),
26 subtract = cms.bool(
False),
27 vetoClustered = cms.bool(
False),
29 emObjectProducer = cms.InputTag(
"gedGsfElectrons")