1 import FWCore.ParameterSet.Config
as cms
4 SiStripNoisesGenerator = cms.Service(
"SiStripNoisesGenerator",
5 printDebug = cms.untracked.uint32(5),
6 file = cms.FileInPath(
'CalibTracker/SiStripCommon/data/SiStripDetInfo.dat'),
8 StripLengthMode = cms.bool(
True),
15 NoiseStripLengthSlopeTIB = cms.vdouble( 51.0, 51.0, 51.0, 51.0),
16 NoiseStripLengthQuoteTIB = cms.vdouble(630.0, 630.0, 630.0, 630.0),
18 NoiseStripLengthSlopeTID = cms.vdouble( 51.0, 51.0, 51.0),
19 NoiseStripLengthQuoteTID = cms.vdouble(630.0, 630.0, 630.0),
21 NoiseStripLengthSlopeTOB = cms.vdouble( 51.0, 51.0, 51.0, 51.0, 51.0, 51.0),
22 NoiseStripLengthQuoteTOB = cms.vdouble(630.0, 630.0, 630.0, 630.0, 630.0, 630.0),
24 NoiseStripLengthSlopeTEC = cms.vdouble( 51.0, 51.0, 51.0, 51.0, 51.0, 51.0, 51.0),
25 NoiseStripLengthQuoteTEC = cms.vdouble(630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0),
27 electronPerAdc = cms.double(1.0),
31 MeanNoiseTIB = cms.vdouble(4.0, 4.0, 4.0, 4.0),
32 SigmaNoiseTIB = cms.vdouble(0.5, 0.5, 0.5, 0.5),
34 MeanNoiseTID = cms.vdouble(4.0, 4.0, 4.0),
35 SigmaNoiseTID = cms.vdouble(0.5, 0.5, 0.5),
37 MeanNoiseTOB = cms.vdouble(4.0, 4.0, 4.0, 4.0, 4.0, 4.0),
38 SigmaNoiseTOB = cms.vdouble(0.5, 0.5, 0.5, 0.5, 0.5, 0.5),
40 MeanNoiseTEC = cms.vdouble(4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0),
41 SigmaNoiseTEC = cms.vdouble(0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5),
43 MinPositiveNoise = cms.double(0.1)
48 SiStripNoisesGenerator.electronPerAdc=stripDigitizer.electronPerAdcDec