CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/FastSimulation/PileUpProducer/python/PileUpSimulator7TeV_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Take pileup events from files
00004 PileUpSimulatorBlock = cms.PSet(
00005     PileUpSimulator = cms.PSet(
00006         # The file with the last minimum bias events read in the previous run
00007         # to be put in the local running directory (if desired)
00008         inputFile = cms.untracked.string('PileUpInputFile.txt'),
00009         # Special files of minimum bias events (generated with 
00010         # cmsRun FastSimulation/PileUpProducer/test/producePileUpEvents7TeV_cfg.py)
00011         fileNames = cms.untracked.vstring(
00012             'MinBias7TeV_001.root', 
00013             'MinBias7TeV_002.root', 
00014             'MinBias7TeV_003.root', 
00015             'MinBias7TeV_004.root', 
00016             'MinBias7TeV_005.root', 
00017             'MinBias7TeV_006.root', 
00018             'MinBias7TeV_007.root', 
00019             'MinBias7TeV_008.root', 
00020             'MinBias7TeV_009.root', 
00021             'MinBias7TeV_010.root'),
00022         usePoisson = cms.bool(True),
00023         averageNumber = cms.double(0.0),
00024         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),
00025         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.)
00026     )
00027 )
00028