Skip to content

Commit

Permalink
New 2017 5TeV pp beamspot parameters from data (minus pixel barycenter)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfs committed Mar 23, 2018
1 parent 0172d7e commit 2770484
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions IOMC/EventVertexGenerators/python/VtxSmearedParameters_cfi.py
Expand Up @@ -581,18 +581,17 @@
Z0 = cms.double(0.82054 )
)

# Placeholder for beam spot extracted from data for 2017 pp run @ 5 TeV
# For now using the same parameters as Realistic25ns13TeVEarly2017Collision
# Beam spot extracted from data for 2017 pp run @ 5 TeV
Realistic5TeVppCollision2017VtxSmearingParameters = cms.PSet(
Phi = cms.double(0.0),
BetaStar = cms.double(40.0),
Emittance = cms.double(3.319e-8),
BetaStar = cms.double(311),
Emittance = cms.double(3.8e-8),
Alpha = cms.double(0.0),
SigmaZ = cms.double(3.5),
SigmaZ = cms.double(5.82),
TimeOffset = cms.double(0.0),
X0 = cms.double(-0.024755),
Y0 = cms.double(0.069233 ),
Z0 = cms.double(0.82054 )
X0 = cms.double(-0.0228),
Y0 = cms.double(0.0795),
Z0 = cms.double(0.619)
)

# Test HF offset
Expand Down

0 comments on commit 2770484

Please sign in to comment.