Skip to content

Commit

Permalink
update short matrix list
Browse files Browse the repository at this point in the history
  • Loading branch information
Norraphat committed Feb 1, 2022
1 parent 294f89e commit 2a7d29a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Configuration/PyReleaseValidation/python/relval_2026.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,10 @@
numWFIB.extend([39834.0]) #2026D89
numWFIB.extend([40234.0]) #2026D90

#additional sample for short matrix
#CloseByPGun
numWFIB.extend([39496.0]) #CE_E_Front_120um D88
numWFIB.extend([39500.0]) #CE_H_Coarse_Scint D88

for numWF in numWFIB:
workflows[numWF] = _upgrade_workflows[numWF]
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_steps.py
Original file line number Diff line number Diff line change
Expand Up @@ -3464,7 +3464,7 @@ def gen2021HiMix(fragment,howMuch):
defaultDataSets['2026D49']='CMSSW_12_0_0_pre4-113X_mcRun4_realistic_v7_2026D49noPU-v'
defaultDataSets['2026D76']='CMSSW_12_0_0_pre4-113X_mcRun4_realistic_v7_2026D76noPU-v'
defaultDataSets['2026D77']='CMSSW_12_1_0_pre2-113X_mcRun4_realistic_v7_2026D77noPU-v'
defaultDataSets['2026D88']='CMSSW_12_2_0_pre3-122X_mcRun4_realistic_v4_2026D88noPU-v1'
#defaultDataSets['2026D88']='CMSSW_12_2_0_pre3-122X_mcRun4_realistic_v4_2026D88noPU-v1'

puDataSets = {}
for key, value in defaultDataSets.items(): puDataSets[key+'PU'] = value
Expand Down
6 changes: 4 additions & 2 deletions Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,11 @@ def runSelected(opt):
28234.0, #2026D60 (exercise HF nose)
35034.0, #2026D77 ttbar (2021 new baseline)
35234.999, #2026D77 ttbar premixing stage1+stage2, PU50
38634.0, #2026D86 ttbar
38634.0, #2026D86 ttbar (to be removed when migration to D88 is complete)
39434.0, #2026D88 ttbar
39634.999, #2026D88 ttbar premixing stage1+stage2, PU50
#39634.999, #2026D88 ttbar premixing stage1+stage2, PU50 (to disable when PU is available)
39496.0, #CE_E_Front_120um D88
39500.0, #CE_H_Coarse_Scint D88
25202.0, #2016 ttbar UP15 PU
250202.181, #2018 ttbar stage1 + stage2 premix
],
Expand Down

0 comments on commit 2a7d29a

Please sign in to comment.