CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
PileUpSimulator8TeV_cfi.py
Go to the documentation of this file.
2 
3 # Take pileup events from files
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/producePileUpEvents8TeV_cfg.py)
11  fileNames = cms.untracked.vstring(
12  'MinBias8TeV_001.root',
13  'MinBias8TeV_002.root',
14  'MinBias8TeV_003.root',
15  'MinBias8TeV_004.root',
16  'MinBias8TeV_005.root',
17  'MinBias8TeV_006.root',
18  'MinBias8TeV_007.root',
19  'MinBias8TeV_008.root',
20  'MinBias8TeV_009.root',
21  'MinBias8TeV_010.root'),
22  usePoisson = cms.bool(True),
23  averageNumber = cms.double(0.0),
24  probFunctionVariable = cms.vint32(0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24),
25  probValue = cms.vdouble(1.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.,0.)
26  )
27 )
28