Skip to content

Commit

Permalink
Merge pull request #38420 from fabiocos/fc-pu0To200-123X
Browse files Browse the repository at this point in the history
[123X backport] Simulation: Add Flat0To200_OOTPoisson PU scenario
  • Loading branch information
cmsbuild committed Jun 23, 2022
2 parents 34ae41c + 50739de commit 0530697
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Configuration/StandardSequences/python/Mixing.py
Expand Up @@ -123,6 +123,7 @@ def addMixingScenario(label,dict):
addMixingScenario("2018_25ns_JuneProjectionFull18_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_2018_25ns_JuneProjectionFull18_PoissonOOTPU_cfi'})
addMixingScenario("2018_25ns_UltraLegacy_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_2018_25ns_UltraLegacy_PoissonOOTPU_cfi'})
addMixingScenario("Run3_Flat55To75_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_Run3_Flat55To75_PoissonOOTPU_cfi'})
addMixingScenario("Flat0To200_PoissonOOTPU",{'file': 'SimGeneral.MixingModule.mix_Flat0To200_PoissonOOTPU_cfi'})
addMixingScenario("ProdStep2",{'file': 'SimGeneral.MixingModule.mixProdStep2_cfi'})
addMixingScenario("fromDB",{'file': 'SimGeneral.MixingModule.mix_fromDB_cfi'})
addMixingScenario("2022_LHC_Simulation_10h_2h",{'file': 'SimGeneral.MixingModule.Run3_2022_LHC_Simulation_10h_2h_cfi'})
Expand Down
@@ -0,0 +1,8 @@
# 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(range(201))

mix.input.nbPileupEvents.probValue = cms.vdouble([0.00497512 for x in range(201)])

0 comments on commit 0530697

Please sign in to comment.