Skip to content

Commit

Permalink
Add parameters for HI beamspot
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Burkett committed Dec 13, 2011
1 parent 442cc26 commit 54d3478
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
13 changes: 13 additions & 0 deletions IOMC/EventVertexGenerators/python/VtxSmearedParameters_cfi.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,19 @@
Y0 = cms.double(0.3929),
Z0 = cms.double(0.4145)
)
# HI realistic collisions, updated for 2011
# estimated beamspot width 31-35 microns
RealisticHI2011CollisionVtxSmearingParameters = cms.PSet(
Phi = cms.double(0.0),
BetaStar = cms.double(100.0),
Emittance = cms.double(2.04e-07),
Alpha = cms.double(0.0),
SigmaZ = cms.double(7.06),
TimeOffset = cms.double(0.0),
X0 = cms.double(0.2245),
Y0 = cms.double(0.4182),
Z0 = cms.double(0.0847)
)
# 2.76 TeV estimated collisions, 11m beta*
# normalized emittance 2.5 microns, transverse beam size is 140 microns
Realistic2p76TeV2011CollisionVtxSmearingParameters = cms.PSet(
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import FWCore.ParameterSet.Config as cms

from IOMC.EventVertexGenerators.VtxSmearedParameters_cfi import *
VtxSmeared = cms.EDProducer("BetafuncEvtVtxGenerator",
RealisticHI2011CollisionVtxSmearingParameters,
VtxSmearedCommon
)



0 comments on commit 54d3478

Please sign in to comment.