/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimGeneral/MixingModule/python/mixNoPU_cfi.py
23 строки
745 B
Josh Bendavid
change bunch spacing for nopu config (should have no effect) so that nopu is more easily distinguishable in pileupsummaryinfo
09 ноя 2014, 20:01
09 ноя 2014, 20:01
009d84d
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # this is a minimum configuration of the Mixing module, # to run it in the zero-pileup mode # from SimGeneral.MixingModule.mixObjects_cfi import theMixObjects from SimGeneral.MixingModule.mixPoolSource_cfi import * from SimGeneral.MixingModule.digitizers_cfi import * mix = cms.EDProducer("MixingModule", digitizers = cms.PSet(theDigitizers), LabelPlayback = cms.string(''), maxBunch = cms.int32(3), minBunch = cms.int32(-5), ## in terms of 25 ns bunchspace = cms.int32(450), mixProdStep1 = cms.bool(False), mixProdStep2 = cms.bool(False), playback = cms.untracked.bool(False), useCurrentProcessOnly = cms.bool(False), mixObjects = cms.PSet(theMixObjects) )