4 GamIsoHcalFromHitsExtractorBlock = cms.PSet(
5 ComponentName = cms.string(
'EgammaHcalExtractor'),
6 DepositLabel = cms.untracked.string(
''),
7 hcalRecHits = cms.InputTag(
"hbhereco"),
8 extRadius = cms.double(0.6),
9 intRadius = cms.double(0.0),
10 etMin = cms.double(-999.0)
13 GamIsoHcalFromTowersExtractorBlock = cms.PSet(
14 caloTowers = cms.InputTag(
"towerMaker"),
15 ComponentName = cms.string(
'EgammaTowerExtractor'),
16 intRadius = cms.double(0.0),
17 extRadius = cms.double(0.6),
18 DepositLabel = cms.untracked.string(
''),
19 etMin = cms.double(-999.0),
20 hcalDepth = cms.int32(-1)