We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bb32b08 + 5dffef3 commit 1f86143Copy full SHA for 1f86143
1 file changed
HLTrigger/Configuration/python/HLT_75e33/modules/siPixelClusters_cfi.py
@@ -5,12 +5,12 @@
5
ClusterMode = cms.string('PixelThresholdClusterizer'),
6
ClusterThreshold = cms.int32(4000),
7
ClusterThreshold_L1 = cms.int32(4000),
8
- ElectronPerADCGain = cms.double(600.0),
+ ElectronPerADCGain = cms.double(1500.0),
9
MissCalibrate = cms.bool(False),
10
Phase2Calibration = cms.bool(True),
11
- Phase2DigiBaseline = cms.double(1200),
+ Phase2DigiBaseline = cms.double(1000.0),
12
Phase2KinkADC = cms.int32(8),
13
- Phase2ReadoutMode = cms.int32(-1),
+ Phase2ReadoutMode = cms.int32(3),
14
SeedThreshold = cms.int32(1000),
15
SplitClusters = cms.bool(False),
16
VCaltoElectronGain = cms.int32(1),
0 commit comments