CMS 3D CMS Logo

hltEcalPreshowerRecHit_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 hltEcalPreshowerRecHit = cms.EDProducer("ESRecHitProducer",
4  ESRecoAlgo = cms.int32(0),
5  ESdigiCollection = cms.InputTag("hltEcalPreshowerDigis"),
6  ESrechitCollection = cms.string('EcalRecHitsES'),
7  algo = cms.string('ESRecHitWorker')
8 )