CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ecalFixedAlphaBetaFitUncalibRecHit_cfi.py
Go to the documentation of this file.
2 
3 # producer of rechits starting from digis
4 ecalFixedAlphaBetaFitUncalibRecHit = cms.EDProducer("EcalUncalibRecHitProducer",
5  EEdigiCollection = cms.InputTag("ecalDigis","eeDigis"),
6  EBdigiCollection = cms.InputTag("ecalDigis","ebDigis"),
7  EEhitCollection = cms.string("EcalUncalibRecHitsEE"),
8  betaEB = cms.double(1.655),
9  betaEE = cms.double(1.400),
10  AlphaBetaFilename = cms.untracked.string("NOFILE"),
11  MinAmplEndcap = cms.double(14.0),
12  MinAmplBarrel = cms.double(8.0),
13  UseDynamicPedestal = cms.bool(True),
14  alphaEB = cms.double(1.138),
15  alphaEE = cms.double(1.890),
16  EBhitCollection = cms.string("EcalUncalibRecHitsEB"),
17  algo = cms.string("EcalUncalibRecHitWorkerFixedAlphaBetaFit")
18 )