/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimGeneral/MixingModule/python/mixLowLumPU_cfi.py
35 строк
1 KB
wmtan
Refactoring of PoolSource
04 июн 2015, 01:18
04 июн 2015, 01:18
b0371c1
Код
Авторство
О чём код?
# The following comments couldn't be translated into the new config version: # E33 cm-2s-1 # mb import FWCore.ParameterSet.Config as cms # this is the configuration to model pileup in the low-luminosity phase 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(25), ## nsec mixProdStep1 = cms.bool(False), mixProdStep2 = cms.bool(False), playback = cms.untracked.bool(False), useCurrentProcessOnly = cms.bool(False), input = cms.SecSource("EmbeddedRootSource", nbPileupEvents = cms.PSet( sigmaInel = cms.double(80.0), Lumi = cms.double(2.8) ), type = cms.string('poisson'), sequential = cms.untracked.bool(False), fileNames = FileNames ), mixObjects = cms.PSet(theMixObjects) )