Skip to content

Commit

Permalink
Merge pull request #40811 from francescobrivio/alca-fix_VtxSmearing
Browse files Browse the repository at this point in the history
[13_0_X] Fix BeamSpot Z value in Realistic25ns13p6TeVEOY2022Collision VtxSmearing scenario
  • Loading branch information
cmsbuild authored Feb 19, 2023
2 parents de835de + cfbe194 commit 983f424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@
TimeOffset = cms.double(0.0),
X0 = cms.double(0.1027975),
Y0 = cms.double(-0.016762),
Z0 = cms.double(0.607956)
Z0 = cms.double(0.101756)
)

# Test HF offset
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
VtxSmeared = cms.EDProducer("BetafuncEvtVtxGenerator",
Realistic25ns13p6TeVEOY2022CollisionVtxSmearingParameters,
VtxSmearedCommon
)
)

0 comments on commit 983f424

Please sign in to comment.