Skip to content

Commit 10cbf62

Browse files
authored
Merge pull request #48359 from CMS-LUMI-POG/master
pileup profiles for RunIIIpp5p36Winter24 MC compaign
2 parents 3a1c8a5 + 82065e3 commit 10cbf62

File tree

2 files changed

+37
-0
lines changed

2 files changed

+37
-0
lines changed

Configuration/StandardSequences/python/Mixing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ def addMixingScenario(label,dict):
130130
addMixingScenario("2023_25ns_EraCD_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_2023_25ns_EraCD_PoissonOOTPU_cfi'})
131131
addMixingScenario("2023_25ns_RunIII2023Summer24_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_2023_25ns_RunIII2023Summer24_PoissonOOTPU_cfi'})
132132
addMixingScenario("2024_25ns_RunIII2024Summer24_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi'})
133+
addMixingScenario("2024_RunIIIpp5p36Winter24_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_2024_RunIIIpp5p36Winter24_PoissonOOTPU_cfi'})
133134
addMixingScenario("ProdStep2",{'file': 'SimGeneral.MixingModule.mixProdStep2_cfi'})
134135
addMixingScenario("fromDB",{'file': 'SimGeneral.MixingModule.mix_fromDB_cfi'})
135136
addMixingScenario("2022_LHC_Simulation_10h_2h",{'file': 'SimGeneral.MixingModule.Run3_2022_LHC_Simulation_10h_2h_cfi'})
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
import FWCore.ParameterSet.Config as cms
2+
from SimGeneral.MixingModule.mix_probFunction_25ns_PoissonOOTPU_cfi import *
3+
mix.input.nbPileupEvents.probFunctionVariable = cms.vint32(
4+
0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
5+
10, 11, 12, 13, 14, 15, 16, 17, 18, 19,
6+
20, 21, 22, 23, 24, 25, 26, 27, 28, 29,
7+
30, 31, 32, 33, 34, 35, 36, 37, 38, 39,
8+
40, 41, 42, 43, 44, 45, 46, 47, 48, 49,
9+
50, 51, 52, 53, 54, 55, 56, 57, 58, 59,
10+
60, 61, 62, 63, 64, 65, 66, 67, 68, 69,
11+
70, 71, 72, 73, 74, 75, 76, 77, 78, 79,
12+
80, 81, 82, 83, 84, 85, 86, 87, 88, 89,
13+
90, 91, 92, 93, 94, 95, 96, 97, 98, 99
14+
)
15+
mix.input.nbPileupEvents.probValue = cms.vdouble(
16+
0.00011457186656605521, 0.12421452241701669, 0.22478446634831145, 0.21745508129888608, 0.19323211125879844,
17+
0.13758739011087004, 0.07556130464476327, 0.02209227613946589, 0.0023072510944808994, 3.930473890864162e-05,
18+
1.0892772891143568e-06, 2.347633272753418e-06, 4.6013383367557106e-06, 3.421277971338285e-06, 4.207938883198705e-06,
19+
6.102286254003907e-06, 6.102286254003907e-06, 6.102286254003907e-06, 0.0, 0.0,
20+
0.0, 0.0, 0.0, 0.0, 0.0,
21+
0.0, 0.0, 0.0, 0.0, 0.0,
22+
0.0, 0.0, 0.0, 0.0, 0.0,
23+
0.0, 0.0, 0.0, 0.0, 0.0,
24+
0.0, 0.0, 0.0, 0.0, 0.0,
25+
0.0, 0.0, 0.0, 0.0, 0.0,
26+
0.0, 0.0, 0.0, 0.0, 0.0,
27+
0.0, 0.0, 0.0, 0.0, 0.0,
28+
0.0, 0.0, 0.0, 0.0, 0.0,
29+
0.0, 0.0, 0.0, 0.0, 0.0,
30+
0.0, 0.0, 0.0, 0.0, 0.0,
31+
0.0, 0.0, 0.0, 0.0, 0.0,
32+
0.0, 0.0, 0.0, 0.0, 0.0,
33+
0.0, 0.0, 0.0, 0.0, 0.0,
34+
0.0, 0.0, 0.0, 0.0, 0.0,
35+
0.0, 0.0, 0.0, 0.0, 0.0
36+
)

0 commit comments

Comments
 (0)