Skip to content

Commit

Permalink
fix prob function so it starts at 0
Browse files Browse the repository at this point in the history
  • Loading branch information
plujan committed May 23, 2019
1 parent f735efe commit 40a0ba2
Showing 1 changed file with 19 additions and 3 deletions.
Expand Up @@ -4,12 +4,28 @@
import FWCore.ParameterSet.Config as cms
from SimGeneral.MixingModule.mix_probFunction_25ns_PoissonOOTPU_cfi import *
mix.input.nbPileupEvents.probFunctionVariable = cms.vint32(
55, 56, 57, 58, 59, 60, 61, 62, 63, 64,
65, 66, 67, 68, 69, 70, 71, 72, 73, 74,
75
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,
Expand Down

0 comments on commit 40a0ba2

Please sign in to comment.