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_2_1/RelValProdMinBias/GEN-SIM-RAW/START52_V4-v1/0003/C44AE937-6B72-E111-814F-003048F11112.root',
00031 '/store/relval/CMSSW_5_2_1/RelValProdMinBias/GEN-SIM-RAW/START52_V4-v1/0003/4A699C7B-9872-E111-B6F5-002481E0D7D8.root',
00032 '/store/relval/CMSSW_5_2_1/RelValProdMinBias/GEN-SIM-RAW/START52_V4-v1/0003/988B34AB-6A72-E111-92CB-002481E0CC00.root'),
00033 ),
00034 mixObjects = cms.PSet(
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050 mixHepMC = cms.PSet(
00051 mixHepMCProducts
00052 )
00053 )
00054 )
00055
00056