From cfec519e26d7663601760984e7f7c4b6a13c7f83 Mon Sep 17 00:00:00 2001 From: Norraphat Date: Sun, 9 Aug 2020 17:51:00 +0200 Subject: [PATCH 1/3] add weights for 2018 Run Dependent --- .../Configuration/python/RunsAndWeights_Run2018_ABCD.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 SimGeneral/Configuration/python/RunsAndWeights_Run2018_ABCD.py diff --git a/SimGeneral/Configuration/python/RunsAndWeights_Run2018_ABCD.py b/SimGeneral/Configuration/python/RunsAndWeights_Run2018_ABCD.py new file mode 100644 index 0000000000000..5860ddfb31790 --- /dev/null +++ b/SimGeneral/Configuration/python/RunsAndWeights_Run2018_ABCD.py @@ -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)] From 7d1d0b8ee30cc1ea614e566d4432e5340c3cb2ce Mon Sep 17 00:00:00 2001 From: Norraphat Date: Sun, 9 Aug 2020 18:07:08 +0200 Subject: [PATCH 2/3] Update RunsAndWeights configuration --- Configuration/StandardSequences/python/RunsAndWeights.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Configuration/StandardSequences/python/RunsAndWeights.py b/Configuration/StandardSequences/python/RunsAndWeights.py index 26ef4f0f22c31..93139bcabaf5e 100644 --- a/Configuration/StandardSequences/python/RunsAndWeights.py +++ b/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', + 'RunsAndWeights_Run2018_ABCD' : 'SimGeneral.Configuration.RunsAndWeights_Run2018_ABCD' } From 0a436d6c1fcd037053fa85bcfd933c4f2d095063 Mon Sep 17 00:00:00 2001 From: Norraphat Date: Sun, 9 Aug 2020 18:09:38 +0200 Subject: [PATCH 3/3] fix name --- Configuration/StandardSequences/python/RunsAndWeights.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/StandardSequences/python/RunsAndWeights.py b/Configuration/StandardSequences/python/RunsAndWeights.py index 93139bcabaf5e..85e1ba58f30c7 100644 --- a/Configuration/StandardSequences/python/RunsAndWeights.py +++ b/Configuration/StandardSequences/python/RunsAndWeights.py @@ -1,4 +1,4 @@ RunsAndWeights = { 'Run2012_AB_C_D_oneRunPerEra' : 'SimGeneral.Configuration.RunsAndWeights_Run2012_AB_C_D_oneRunPerEra', - 'RunsAndWeights_Run2018_ABCD' : 'SimGeneral.Configuration.RunsAndWeights_Run2018_ABCD' + 'Run2018_ABCD' : 'SimGeneral.Configuration.RunsAndWeights_Run2018_ABCD' }