-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45687 from DickyChant/backport_2024_PU
[14_0_X] pileup profile for RunIII2024Summer24 MC compaign (backport)
- Loading branch information
Showing
2 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
SimGeneral/MixingModule/python/mix_2024_25ns_RunIII2024Summer24_PoissonOOTPU_cfi.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
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, 76, 77, 78, 79, | ||
80, 81, 82, 83, 84, 85, 86, 87, 88, 89, | ||
90, 91, 92, 93, 94, 95, 96, 97, 98, 99 | ||
) | ||
mix.input.nbPileupEvents.probValue = cms.vdouble( | ||
1.0599126204703409e-05, 3.951260716440464e-05, 5.582896642311492e-05, 6.453438928373494e-05, 7.94442211109479e-05, | ||
7.937281404906837e-05, 8.907245068638336e-05, 9.415642420373598e-05, 9.502623228017968e-05, 9.199478729752352e-05, | ||
0.00013938048564508576, 0.00017010543636561607, 0.0001134056824651737, 0.00014296639146898143, 0.0002581456179543262, | ||
0.0005678611952417843, 0.0008332593678487858, 0.0009099520114358141, 0.0009172050801512289, 0.0009505506810280174, | ||
0.0010644229070947433, 0.001339110596250398, 0.0018834003581107888, 0.0029865186505389474, 0.004897011268804792, | ||
0.007488712649153006, 0.010316155472531027, 0.01280202341832599, 0.014747096050878332, 0.016326943326136174, | ||
0.017545204330173675, 0.018522496650041513, 0.019313535713508023, 0.01993990862588472, 0.020383348878016044, | ||
0.020721612374020128, 0.02102766065973508, 0.02150180376692927, 0.022073985047278605, 0.0226770721698269, | ||
0.023284487595937403, 0.02396015609623849, 0.024817192902298803, 0.026070521311442062, 0.02789493736924733, | ||
0.03041415774056745, 0.03431433930850965, 0.03926963065106093, 0.04413912495173111, 0.0482701694536395, | ||
0.051618664470990054, 0.05375451405860295, 0.052590289193478454, 0.049365338159627375, 0.04486833402546383, | ||
0.03819745898668014, 0.030826335590683835, 0.023458382461983215, 0.017085594960378436, 0.01195868965716555, | ||
0.0078471509432766, 0.005033866678064158, 0.0031381464673017096, 0.001932392575354725, 0.0012357872700131897, | ||
0.0007126320704765079, 0.0003612978990027777, 0.000182623168268646, 8.818852384472863e-05, 3.151355162852159e-05, | ||
1.0187289280910454e-05, 4.7968992292803826e-06, 1.8577163576511699e-06, 5.729305524684033e-07, 2.602401818463374e-07, | ||
0.0, 0.0, 0.0, 0.0, 0.0, | ||
0.0, 0.0, 0.0, 0.0, 9.949892938900103e-09, | ||
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 | ||
) |