Skip to content

Commit

Permalink
Merge pull request #38825 from francescobrivio/alca-updateVtxSmearing
Browse files Browse the repository at this point in the history
Fix VtxSmearing parameters for 2022 Run 3 MC
  • Loading branch information
cmsbuild committed Jul 22, 2022
2 parents 106b43f + 5ec14bf commit 89e207c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions IOMC/EventVertexGenerators/python/VtxSmearedParameters_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -796,20 +796,20 @@
# From LHC calculator, emittance is 6.621e-8 cm
# https://lpc.web.cern.ch/lumiCalc.html
#
# BPIX absolute position (https://twiki.cern.ch/twiki/bin/view/CMS/TkAlignmentPixelPosition?rev=42#2022):
# X = -0.01955 cm
# Y = -0.1583 cm
# Z = -0.2626 cm
# BPIX absolute position (https://twiki.cern.ch/twiki/bin/view/CMS/TkAlignmentPixelPosition?rev=45#Collisions_at_s_13_6_TeV):
# X = 0.0717651 cm
# Y = -0.165951 cm
# Z = -0.356345 cm
Realistic25ns13p6TeVEarly2022CollisionVtxSmearingParameters = cms.PSet(
Phi = cms.double(0.0),
BetaStar = cms.double(30.0),
Emittance = cms.double(6.621e-8),
Alpha = cms.double(0.0),
SigmaZ = cms.double(3.8),
TimeOffset = cms.double(0.0),
X0 = cms.double(0.191944),
Y0 = cms.double(-0.022646),
Z0 = cms.double(1.20441)
X0 = cms.double(0.100629),
Y0 = cms.double(-0.014995),
Z0 = cms.double(1.298155)
)

# Test HF offset
Expand Down

0 comments on commit 89e207c

Please sign in to comment.