Skip to content

Commit c958cda

Browse files
authored
Merge pull request cms-sw#40807 from francescobrivio/alca-fix_VtxSmearing_13_1_X
Fix BeamSpot Z value in Realistic25ns13p6TeVEOY2022Collision VtxSmearing scenario
2 parents 9fa71b4 + 028b314 commit c958cda

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

IOMC/EventVertexGenerators/python/VtxSmearedParameters_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -840,7 +840,7 @@
840840
TimeOffset = cms.double(0.0),
841841
X0 = cms.double(0.1027975),
842842
Y0 = cms.double(-0.016762),
843-
Z0 = cms.double(0.607956)
843+
Z0 = cms.double(0.101756)
844844
)
845845

846846
# Test HF offset

IOMC/EventVertexGenerators/python/VtxSmearedRealistic25ns13p6TeVEOY2022Collision_cfi.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
VtxSmeared = cms.EDProducer("BetafuncEvtVtxGenerator",
55
Realistic25ns13p6TeVEOY2022CollisionVtxSmearingParameters,
66
VtxSmearedCommon
7-
)
7+
)
8+

0 commit comments

Comments
 (0)