Skip to content

Commit

Permalink
Merge pull request #10385 from MilanoBicocca-pix/from-CMSSW_7_5_X_vtx…
Browse files Browse the repository at this point in the history
…_smearing

[IOMC]: update vertex smearing parameters for realistic 13 TeV 50ns collisions
  • Loading branch information
cmsbuild committed Jul 28, 2015
2 parents e0cc726 + 2fe4d74 commit 40a684e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IOMC/EventVertexGenerators/python/VtxSmearedParameters_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,9 +424,9 @@
Alpha = cms.double(0.0),
SigmaZ = cms.double(5.3),
TimeOffset = cms.double(0.0),
X0 = cms.double(0.08533),
Y0 = cms.double(0.16973),
Z0 = cms.double(-1.223)
X0 = cms.double(0.10482), # from fill 4008, absolute coordinates X0 = 0.07798 [cm]. BPix position, absolute coordinates -0.026837 [cm]. Final position 0.10482 [cm].
Y0 = cms.double(0.16867), # from fill 4008, absolute coordinates Y0 = 0.09714 [cm]. BPix position, absolute coordinates -0.0715252 [cm]. Final position 0.16867 [cm].
Z0 = cms.double(-1.0985) # from fill 4008, absolute coordinates Z0 = -1.610 [cm]. BPix position, absolute coordinates -0.511453 [cm]. Final position -1.0985 [cm].
)
# Test HF offset
ShiftedCollision2015VtxSmearingParameters = cms.PSet(
Expand Down

0 comments on commit 40a684e

Please sign in to comment.