/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SimGeneral/MixingModule/python/mix_Run3_Flat55To75_PoissonOOTPU_cfi.py
34 строки
1 KB
Paul Lujan
fix prob function so it starts at 0
23 май 2019, 14:22
23 май 2019, 14:22
40a0ba2
Код
Авторство
О чём код?
# A simple distribution for Run3 studies consisting of a flat distribution from 55 # to 75 for the average pileup. import FWCore.ParameterSet.Config as cms from SimGeneral.MixingModule.mix_probFunction_25ns_PoissonOOTPU_cfi import * mix.input.nbPileupEvents.probFunctionVariable = cms.vint32( 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75 ) mix.input.nbPileupEvents.probValue = cms.vdouble( 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619 )