Skip to content

Commit

Permalink
Merge pull request #39323 from AdrianoDee/phase2_hlt_pixelclusters_fix
Browse files Browse the repository at this point in the history
Fix Pixel Clusters for Phase2 HLT Menu
  • Loading branch information
cmsbuild authored Sep 7, 2022
2 parents bb32b08 + 5dffef3 commit 1f86143
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
ClusterMode = cms.string('PixelThresholdClusterizer'),
ClusterThreshold = cms.int32(4000),
ClusterThreshold_L1 = cms.int32(4000),
ElectronPerADCGain = cms.double(600.0),
ElectronPerADCGain = cms.double(1500.0),
MissCalibrate = cms.bool(False),
Phase2Calibration = cms.bool(True),
Phase2DigiBaseline = cms.double(1200),
Phase2DigiBaseline = cms.double(1000.0),
Phase2KinkADC = cms.int32(8),
Phase2ReadoutMode = cms.int32(-1),
Phase2ReadoutMode = cms.int32(3),
SeedThreshold = cms.int32(1000),
SplitClusters = cms.bool(False),
VCaltoElectronGain = cms.int32(1),
Expand Down

0 comments on commit 1f86143

Please sign in to comment.