CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
mixTracksWithPU_cfi.py
Go to the documentation of this file.
2 
5 
6 mixRecoTracks = cms.EDProducer("MixingModule",
7  digitizers = cms.PSet(tracker = cms.PSet(trackAccumulator)),
8  LabelPlayback = cms.string(''),
9  maxBunch = cms.int32(0),
10  minBunch = cms.int32(0),
11  bunchspace = cms.int32(25),
12  checktof = cms.bool(False),
13  playback = cms.untracked.bool(False),
14  mixProdStep1 = cms.bool(False),
15  mixProdStep2 = cms.bool(False),
16  input = cms.SecSource("PoolSource",
17  type = cms.string('probFunction'),
18  nbPileupEvents = cms.PSet(
19  probFunctionVariable = cms.vint32(),
20  probValue = cms.vdouble(),
21  histoFileName = cms.untracked.string('histProbFunction.root'),
22  ),
23  sequential = cms.untracked.bool(False),
24  manage_OOT = cms.untracked.bool(False), ## manage out-of-time pileup
25  ## setting this to True means that the out-of-time pileup
26  ## will have a different distribution than in-time, given
27  ## by what is described on the next line:
28  OOT_type = cms.untracked.string('None'), ## generate OOT with a Poisson matching the number chosen for in-time
29  #OOT_type = cms.untracked.string('fixed'), ## generate OOT with a fixed distribution
30  #intFixed_OOT = cms.untracked.int32(2),
31 # fileNames = cms.untracked.vstring('file:/afs/cern.ch/user/g/giamman/public/MinBias_8TeV_forPileup.root'), # to be substituted with a (future) relval!!!!
32  fileNames = cms.untracked.vstring('/store/relval/CMSSW_6_2_0_pre3-START61_V11/RelValProdMinBias/GEN-SIM-RECO/v1/00000/E86442A7-C182-E211-ABA4-003048F003DC.root'), # relval from FullSim
33  ),
34  mixObjects = cms.PSet(
35  mixRealTracks = cms.PSet(
36  mixReconstructedTracks
37  ),
38 
39  )
40 )