1 = cms.EDProducer(
"EgammaEcalRecHitIsolationProducer",
3 ecalBarrelRecHitCollection = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEB"),
4 ecalEndcapRecHitCollection = cms.InputTag(
"ecalRecHit",
"EcalRecHitsEE"),
10 useNumCrystals = cms.bool(
True),
11 intRadiusBarrel = cms.double(3.0),
12 intRadiusEndcap = cms.double(3.0),
13 jurassicWidth = cms.double(1.5),
14 extRadius = cms.double(0.4),
15 etMinBarrel = cms.double(0.0),
16 eMinBarrel = cms.double(0.095),
17 etMinEndcap = cms.double(0.110),
18 eMinEndcap = cms.double(0.0),
20 useIsolEt = cms.bool(
True),
21 tryBoth = cms.bool(
True),
22 subtract = cms.bool(
False),
23 vetoClustered = cms.bool(
False),
25 emObjectProducer = cms.InputTag(
"gedGsfElectrons")