1 import FWCore.ParameterSet.Config
as cms
3 siStripNoisesFakeESSource = cms.ESSource(
"SiStripNoisesFakeESSource",
4 appendToDataLabel = cms.string(
''),
5 SiStripDetInfoFile = cms.FileInPath(
"CalibTracker/SiStripCommon/data/SiStripDetInfo.dat"),
7 printDebug = cms.untracked.uint32(5),
9 StripLengthMode = cms.bool(
True),
16 NoiseStripLengthSlopeTIB = cms.vdouble( 51.0, 51.0, 51.0, 51.0),
17 NoiseStripLengthQuoteTIB = cms.vdouble(630.0, 630.0, 630.0, 630.0),
19 NoiseStripLengthSlopeTID = cms.vdouble( 51.0, 51.0, 51.0),
20 NoiseStripLengthQuoteTID = cms.vdouble(630.0, 630.0, 630.0),
22 NoiseStripLengthSlopeTOB = cms.vdouble( 51.0, 51.0, 51.0, 51.0, 51.0, 51.0),
23 NoiseStripLengthQuoteTOB = cms.vdouble(630.0, 630.0, 630.0, 630.0, 630.0, 630.0),
25 NoiseStripLengthSlopeTEC = cms.vdouble( 51.0, 51.0, 51.0, 51.0, 51.0, 51.0, 51.0),
26 NoiseStripLengthQuoteTEC = cms.vdouble(630.0, 630.0, 630.0, 630.0, 630.0, 630.0, 630.0),
28 electronPerAdc = cms.double(1.0),
32 MeanNoiseTIB = cms.vdouble(4.0, 4.0, 4.0, 4.0),
33 SigmaNoiseTIB = cms.vdouble(0.5, 0.5, 0.5, 0.5),
35 MeanNoiseTID = cms.vdouble(4.0, 4.0, 4.0),
36 SigmaNoiseTID = cms.vdouble(0.5, 0.5, 0.5),
38 MeanNoiseTOB = cms.vdouble(4.0, 4.0, 4.0, 4.0, 4.0, 4.0),
39 SigmaNoiseTOB = cms.vdouble(0.5, 0.5, 0.5, 0.5, 0.5, 0.5),
41 MeanNoiseTEC = cms.vdouble(4.0, 4.0, 4.0, 4.0, 4.0, 4.0, 4.0),
42 SigmaNoiseTEC = cms.vdouble(0.5, 0.5, 0.5, 0.5, 0.5, 0.5, 0.5),
44 MinPositiveNoise = cms.double(0.1)
49 siStripNoisesFakeESSource.electronPerAdc = stripDigitizer.electronPerAdcDec