CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
PileUpProducer_cff Namespace Reference

Variables

tuple famosPileUp
 

Variable Documentation

tuple PileUpProducer_cff.famosPileUp
Initial value:
1 = cms.EDProducer(
2  "PileUpProducer",
3  # The conditions for pile-up event generation
4  PileUpSimulatorBlock = cms.PSet(
5  PileUpSimulator = cms.PSet(
6  # The file with the last minimum bias events read in the previous run
7  # to be put in the local running directory (if desired)
8  inputFile = cms.untracked.string('PileUpInputFile.txt'),
9  # Special files of minimum bias events (generated with
10  # cmsRun FastSimulation/PileUpProducer/test/producePileUpEvents_cfg.py)
11  fileNames = puFileNames.fileNames,
12  averageNumber = cms.double(0.0)
13  )
14  ),
15  VertexGenerator = cms.PSet(
16  type = cms.string('BetaFunc'),
17  Phi = cms.double(0.0),
18  Y0 = cms.double(0.3929),
19  BetaStar = cms.double(70.0),
20  Emittance = cms.double(5.86e-08),
21  SigmaZ = cms.double(6.16),
22  TimeOffset = cms.double(0.0),
23  Alpha = cms.double(0.0),
24  X0 = cms.double(0.244),
25  Z0 = cms.double(0.4145)
26  )
27  )

Definition at line 5 of file PileUpProducer_cff.py.