1 = cms.EDProducer(
"HGCalUncalibRecHitProducer",
2 HGCEEdigiCollection = cms.InputTag(
"mix",
"HGCDigisEE"),
3 HGCEEhitCollection = cms.string(
'HGCEEUncalibRecHits'),
4 HGCHEFdigiCollection = cms.InputTag(
"mix",
"HGCDigisHEfront"),
5 HGCHEFhitCollection = cms.string(
'HGCHEFUncalibRecHits'),
6 HGCHEBdigiCollection = cms.InputTag(
"mix",
"HGCDigisHEback"),
7 HGCHEBhitCollection = cms.string(
'HGCHEBUncalibRecHits'),
8 algo = cms.string(
"HGCalUncalibRecHitWorkerWeights")