CMS 3D CMS Logo

mix_Run3_Flat55To75_PoissonOOTPU_cfi.py
Go to the documentation of this file.
1 # A simple distribution for Run3 studies consisting of a flat distribution from 55
2 # to 75 for the average pileup.
3 
4 import FWCore.ParameterSet.Config as cms
6 mix.input.nbPileupEvents.probFunctionVariable = cms.vint32(
7  0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
8  10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
9  20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
10  30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
11  40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
12  50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
13  60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
14  70, 71, 72, 73, 74, 75
15  )
16 
17 mix.input.nbPileupEvents.probValue = cms.vdouble(
18  0, 0, 0, 0, 0,
19  0, 0, 0, 0, 0,
20  0, 0, 0, 0, 0,
21  0, 0, 0, 0, 0,
22  0, 0, 0, 0, 0,
23  0, 0, 0, 0, 0,
24  0, 0, 0, 0, 0,
25  0, 0, 0, 0, 0,
26  0, 0, 0, 0, 0,
27  0, 0, 0, 0, 0,
28  0, 0, 0, 0, 0,
29  0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619,
30  0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619,
31  0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619,
32  0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619, 0.047619047619,
33  0.047619047619
34  )
35