1 = cms.EDProducer(
"EgammaHLTHcalIsolationProducersRegional",
2 recoEcalCandidateProducer = cms.InputTag(
"hltRecoEcalCandidate" ),
3 hbheRecHitProducer = cms.InputTag(
"hbhereco" ),
4 eMinHB = cms.double( 0.7 ),
5 eMinHE = cms.double( 0.8 ),
6 etMinHB = cms.double( -1.0 ),
7 etMinHE = cms.double( -1.0 ),
8 innerCone = cms.double( 0.0 ),
9 outerCone = cms.double( 0.14 ),
10 depth = cms.int32( -1 ),
11 doEtSum = cms.bool(
False )