CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoLocalCalo/EcalRecProducers/python/ecalUncalibRecHit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # producer of rechits starting from digis
00004 ecalUncalibRecHit = cms.EDProducer("EcalUncalibRecHitProducer",
00005     EBdigiCollection = cms.InputTag("ecalDigis","ebDigis"),
00006     EEhitCollection = cms.string('EcalUncalibRecHitsEE'),
00007     EEdigiCollection = cms.InputTag("ecalDigis","eeDigis"),
00008     EBhitCollection = cms.string('EcalUncalibRecHitsEB'),
00009     algo = cms.string("EcalUncalibRecHitWorkerWeights")
00010 )