Definition at line 160 of file Mixing.py.
165 commands.append(
'process.famosPileUp.PileUpSimulator.averageNumber = cms.double(%f)'%(dict[
'N'],))
167 commands.append(
'process.mix.input.nbPileupEvents.averageNumber = cms.double(%f)'%(dict[
'N'],))
170 commands.append(
'process.mix.bunchspace = cms.int32(%d)'%(dict[
'BX'],))
173 commands.append(
'process.mix.minBunch = cms.int32(%d)'%(dict[
'B'][0],))
174 commands.append(
'process.mix.maxBunch = cms.int32(%d)'%(dict[
'B'][1],))
177 commands.append(
'process.mix.input.fileNames = cms.untracked.vstring(%s)'%(repr(dict[
'F'])))