CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
BetaFuncVertexGenerator_cfi.py
Go to the documentation of this file.
2 
3 myVertexGenerator = cms.PSet(
4  # half-crossing beam angle
5  Phi = cms.double(0.000142),
6  BetaStar = cms.double(55.0),
7  type = cms.string('BetaFunc'),
8  Emittance = cms.double(5.03e-08),
9  # angle of the crossing plane 0 degrees means XZ plane
10  Alpha = cms.double(0.0),
11  SigmaZ = cms.double(7.55),
12  Y0 = cms.double(0.0),
13  # Units are cm and radians
14  X0 = cms.double(0.05),
15  Z0 = cms.double(0.0)
16 )
17