CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoLocalCalo/EcalRecProducers/python/ecal2004TBRecHit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # rechit producer
00004 ecal2004TBRecHit = cms.EDProducer("EcalRecHitProducer",
00005     EErechitCollection = cms.string(''),
00006     EEuncalibRecHitCollection = cms.InputTag(""),
00007     EBuncalibRecHitCollection = cms.InputTag("ecal2004TBWeightUncalibRecHit","EcalUncalibRecHitsEB"),
00008     EBrechitCollection = cms.string("EcalRecHitsEB"),
00009     algo = cms.string("EcalRecHitWorkerSimple")
00010 )