CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 ecal2006TBWeightUncalibRecHit = cms.EDProducer("EcalTBWeightUncalibRecHitProducer",
00004     use2004OffsetConvention = cms.untracked.bool(False),
00005     EBdigiCollection = cms.InputTag('ecalTBunpack',''),
00006     EEdigiCollection = cms.InputTag('',''),                                               
00007     tdcRecInfoCollection = cms.InputTag('ecal2006TBTDCReconstructor','EcalTBTDCRecInfo'),
00008     EBhitCollection = cms.string('EcalUncalibRecHitsEB'),
00009     nbTimeBin = cms.int32(25),
00010 )
00011 
00012