Definition at line 183 of file Mixing.py.
188 commands.append(
'process.famosPileUp.PileUpSimulator.averageNumber = cms.double(%f)'%(dict[
'N'],))
190 commands.append(
'process.mix.input.nbPileupEvents.averageNumber = cms.double(%f)'%(dict[
'N'],))
193 commands.append(
'process.mix.bunchspace = cms.int32(%d)'%(dict[
'BX'],))
196 commands.append(
'process.mix.minBunch = cms.int32(%d)'%(dict[
'B'][0],))
197 commands.append(
'process.mix.maxBunch = cms.int32(%d)'%(dict[
'B'][1],))
200 commands.append(
'process.mix.input.fileNames = cms.untracked.vstring(%s)'%(repr(dict[
'F'])))