CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/Event/python/BetaFuncVertexGenerator_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 myVertexGenerator = cms.PSet(
00004     # half-crossing beam angle
00005     Phi = cms.double(0.000142),
00006     BetaStar = cms.double(55.0),
00007     type = cms.string('BetaFunc'),
00008     Emittance = cms.double(5.03e-08),
00009     # angle of the crossing plane 0 degrees means XZ plane
00010     Alpha = cms.double(0.0),
00011     SigmaZ = cms.double(7.55),
00012     Y0 = cms.double(0.0),
00013     # Units are cm and radians
00014     X0 = cms.double(0.05),
00015     Z0 = cms.double(0.0)
00016 )
00017