CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_3_10_patch2/src/RecoTBCalo/EcalTBRecProducers/python/ecal2007TBWeightUncalibRecHit_cfi.py

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