Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 from FastSimulation.Configuration.mixFastSimObjects_cfi import *
00004
00005
00006 mixGenPU = cms.EDProducer("MixingModule",
00007 LabelPlayback = cms.string(''),
00008 maxBunch = cms.int32(0),
00009 minBunch = cms.int32(0),
00010 bunchspace = cms.int32(25),
00011 checktof = cms.bool(False),
00012 playback = cms.untracked.bool(False),
00013 mixProdStep1 = cms.bool(False),
00014 mixProdStep2 = cms.bool(False),
00015 input = cms.SecSource("PoolSource",
00016 type = cms.string('probFunction'),
00017 nbPileupEvents = cms.PSet(
00018 probFunctionVariable = cms.vint32(),
00019 probValue = cms.vdouble(),
00020 histoFileName = cms.untracked.string('histProbFunction.root'),
00021 ),
00022 sequential = cms.untracked.bool(False),
00023 manage_OOT = cms.untracked.bool(False),
00024
00025
00026
00027 OOT_type = cms.untracked.string('None'),
00028
00029
00030 fileNames = cms.untracked.vstring('/store/relval/CMSSW_5_3_6-START53_V14/RelValProdMinBias/GEN-SIM-RAW/v2/00000/4677049F-042A-E211-8525-0026189438E8.root',
00031 '/store/relval/CMSSW_5_3_6-START53_V14/RelValProdMinBias/GEN-SIM-RAW/v2/00000/52000D8A-032A-E211-BC94-00304867BFA8.root'),
00032 ),
00033 mixObjects = cms.PSet(
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049 mixHepMC = cms.PSet(
00050 mixHepMCProducts
00051 )
00052 )
00053 )
00054
00055