CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/RecoTBCalo/EcalTBRecProducers/python/ecal2006TBH2WeightUncalibRecHit_cfi.py

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