Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add weights config for 2018 Run Dependent MC #31107

Merged
merged 3 commits into from Aug 24, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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)]