Skip to content

Commit

Permalink
Merge pull request #31107 from srimanob/112_2018RunDependentWeights
Browse files Browse the repository at this point in the history
Add weights config for 2018 Run Dependent MC
  • Loading branch information
cmsbuild committed Aug 24, 2020
2 parents 0518054 + 0a436d6 commit 621e19d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Configuration/StandardSequences/python/RunsAndWeights.py
@@ -1,3 +1,4 @@
RunsAndWeights = {
'Run2012_AB_C_D_oneRunPerEra' : 'SimGeneral.Configuration.RunsAndWeights_Run2012_AB_C_D_oneRunPerEra'
'Run2012_AB_C_D_oneRunPerEra' : 'SimGeneral.Configuration.RunsAndWeights_Run2012_AB_C_D_oneRunPerEra',
'Run2018_ABCD' : 'SimGeneral.Configuration.RunsAndWeights_Run2018_ABCD'
}
@@ -0,0 +1,6 @@
# Scenario of Run Dependent MC 2018 with 9 iovs
# For reference, see steps['DIGIPRMXUP18_PU25_RD'] defined in Configuration/PyReleaseValidation/python/relval_steps.py, https://github.com/cms-sw/cmssw/pull/29457
# format: [(IOV, integrated lumi),..]
# for 2018: Total int lumi = ~59.74 /fb (Golden JSON)

runProbabilityDistribution=[(315257,6.64),(316082,6.64),(316720,6.64),(317527,6.64),(320917,6.64),(321414,6.64),(321973,6.64),(322492,6.64),(324245,6.64)]

0 comments on commit 621e19d

Please sign in to comment.