Skip to content

Commit

Permalink
change D3 timing matrix test to D5
Browse files Browse the repository at this point in the history
  • Loading branch information
lgray committed Oct 29, 2016
1 parent c275e68 commit eb2d1c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/python/relval_2023.py
Expand Up @@ -19,7 +19,7 @@
numWFIB.extend([20421.0,20424.0,20425.0,20426.0]) #2023D2
numWFIB.extend([20821.0,20824.0,20825.0,20826.0]) #2023D3
numWFIB.extend([21221.0,21224.0,21225.0,21226.0]) #2023D4
numWFIB.extend([22424.0]) #2023D3Timing
numWFIB.extend([23224.0]) #2023D5
for i,key in enumerate(upgradeKeys[2023]):
numWF=numWFStart+i*numWFSkip
for frag in upgradeFragments:
Expand Down
2 changes: 1 addition & 1 deletion Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Expand Up @@ -60,7 +60,7 @@ def runSelected(opt):
10021.0, #2017 tenmu
10024.0, #2017 ttbar
20024.0, #2023D1 ttbar (Run2 calo)
22424.0, #2023D3Timing ttbar (HGCal + timing)
23224.0, #2023D5 ttbar (HGCal + timing)
],
'jetmc': [5.1, 13, 15, 25, 38, 39], #MC
'metmc' : [5.1, 15, 25, 37, 38, 39], #MC
Expand Down

0 comments on commit eb2d1c9

Please sign in to comment.