CMS 3D CMS Logo

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

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # producer of rechits starting from digis
00004 ecalFixedAlphaBetaFitUncalibRecHit = cms.EDProducer("EcalUncalibRecHitProducer",
00005     EEdigiCollection = cms.InputTag("ecalDigis","eeDigis"),
00006     EBdigiCollection = cms.InputTag("ecalDigis","ebDigis"),
00007     EEhitCollection = cms.string("EcalUncalibRecHitsEE"),
00008     betaEB = cms.double(1.655),
00009     betaEE = cms.double(1.400),
00010     AlphaBetaFilename = cms.untracked.string("NOFILE"),
00011     MinAmplEndcap = cms.double(14.0),
00012     MinAmplBarrel = cms.double(8.0),
00013     UseDynamicPedestal = cms.bool(True),
00014     alphaEB = cms.double(1.138),
00015     alphaEE = cms.double(1.890),
00016     EBhitCollection = cms.string("EcalUncalibRecHitsEB"),
00017     algo = cms.string("EcalUncalibRecHitWorkerFixedAlphaBetaFit")
00018 )