Definition at line 158 of file Mixing.py.
163 commands.append(
'process.famosPileUp.PileUpSimulator.averageNumber = cms.double(%f)'%(dict[
'N'],))
165 commands.append(
'process.mix.input.nbPileupEvents.averageNumber = cms.double(%f)'%(dict[
'N'],))
168 commands.append(
'process.mix.bunchspace = cms.int32(%d)'%(dict[
'BX'],))
171 commands.append(
'process.mix.minBunch = cms.int32(%d)'%(dict[
'B'][0],))
172 commands.append(
'process.mix.maxBunch = cms.int32(%d)'%(dict[
'B'][1],))
175 commands.append(
'process.mix.input.fileNames = cms.untracked.vstring(%s)'%(repr(dict[
'F'])))