CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/src/RecoTBCalo/EcalTBRecProducers/python/ecalTBSimWeightUncalibRecHit_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # producer of rechits starting from tb simulation
00004 ecalTBSimWeightUncalibRecHit = cms.EDProducer("EcalTBWeightUncalibRecHitProducer",
00005     EBdigiCollection = cms.InputTag('simEcalUnsuppressedDigis',''),
00006     EEdigiCollection = cms.InputTag('',''),                                              
00007     tdcRecInfoCollection = cms.InputTag('ecalTBSimTDCReconstructor','EcalTBTDCRecInfo'),
00008     EBhitCollection = cms.string('EcalUncalibRecHitsEB'),
00009     EEhitCollection = cms.string('EcalUncalibRecHitsEE'),
00010     nbTimeBin = cms.int32(25),
00011 )
00012 
00013