Skip to content

Commit

Permalink
Merge pull request #10386 from MilanoBicocca-pix/from-CMSSW_7_4_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
davidlange6 committed Jul 31, 2015
2 parents c5bace6 + f2de822 commit 8f8c453
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IOMC/EventVertexGenerators/python/VtxSmearedParameters_cfi.py
Expand Up @@ -435,9 +435,9 @@
Alpha = cms.double(0.0),
SigmaZ = cms.double(5.3),
TimeOffset = cms.double(0.0),
X0 = cms.double(0.08535),
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].
)

# From 2015B 3.8T data
Expand Down

0 comments on commit 8f8c453

Please sign in to comment.