Skip to content

Commit

Permalink
small code modification
Browse files Browse the repository at this point in the history
  • Loading branch information
lguzzi committed Jan 16, 2025
1 parent c05a4f2 commit d17f0fb
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
useFakeVertices = cms.bool(False),
maxNVertices = cms.int32(-1),
nSigmaZ = cms.double(4.0),
pixelClustersForScaling = cms.InputTag('siPixelClusters'),
pixelClustersForScaling = cms.InputTag('hltSiPixelClusters'),
originRScaling4BigEvts = cms.bool(False),
ptMinScaling4BigEvts = cms.bool(False),
halfLengthScaling4BigEvts = cms.bool(False),
Expand All @@ -25,6 +25,5 @@
minHalfLength = cms.double(0),
scalingStartNPix = cms.double(0.0),
scalingEndNPix = cms.double(1.0),
),
mightGet = cms.optional.untracked.vstring,
)
)

0 comments on commit d17f0fb

Please sign in to comment.