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