Skip to content

Commit

Permalink
exchange the 2023 limited matrix workflows with the 2024 ones
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Feb 24, 2024
1 parent 21f60ad commit 5ce315a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion Configuration/PyReleaseValidation/python/relval_2017.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@
# (ZEE)
# (Nu Gun)
# 2024 (TTbar, TTbar PU, TTbar PU premix)
# (TTbar trackingMkFit)
# (ZEE)

numWFIB = [10001.0,10002.0,10003.0,10004.0,10005.0,10006.0,10007.0,10008.0,10009.0,10059.0,10071.0,
10042.0,10024.0,10025.0,10026.0,10023.0,10224.0,10225.0,10424.0,
Expand Down Expand Up @@ -88,7 +90,9 @@
14034.0,14234.0,14040.303,
12446.0,
12461.0,
12834.0,13034.0,13034.99,]
12834.0,13034.0,13034.99,
12834.7,
12846.0]

for numWF in numWFIB:
if not numWF in _upgrade_workflows:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ def setup__(self, step, stepName, stepDict, k, properties):
if 'Digi' in step: stepDict[stepName][k] = merge([self.step2, stepDict[step][k]])
if 'Reco' in step: stepDict[stepName][k] = merge([self.step3, stepDict[step][k]])
def condition_(self, fragment, stepList, key, hasHarvest):
return ('2017' in key or '2021' in key or '2023' in key) and ('FS' not in key)
return ('2017' in key or '2021' in key or '2023' in key or '2024' in key) and ('FS' not in key)
upgradeWFs['trackingMkFit'] = UpgradeWorkflow_trackingMkFit(
steps = [
'Digi',
Expand Down
14 changes: 7 additions & 7 deletions Configuration/PyReleaseValidation/scripts/runTheMatrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ def runSelected(opt):
250202.181, # RelValTTbar_13 PREMIX

# Run3
11634.0, # TTbar_14TeV
13234.0, # RelValTTbar_14TeV FastsSim
12434.0, # RelValTTbar_14TeV
12446.0, # RelValZEE_13
12634.0, # RelValTTbar_14TeV PU = Run3_Flat55To75_PoissonOOTPU
12434.7, # RelValTTbar_14TeV mkFit
11634.0, # TTbar_14TeV 2021
13234.0, # RelValTTbar_14TeV 2021 FastsSim
12834.0, # RelValTTbar_14TeV 2024
12846.0, # RelValZEE_13 2024
13034.0, # RelValTTbar_14TeV 2024 PU = Run3_Flat55To75_PoissonOOTPU
12834.7, # RelValTTbar_14TeV 2024 mkFit
14034.0, # RelValTTbar_14TeV Run3_2023_FastSim
14234.0, # RelValTTbar_14TeV Run3_2023_FastSim PU = Run3_Flat55To75_PoissonOOTPU
14234.0, # RelValTTbar_14TeV Run3_2023_FastSim PU = Run3_Flat55To75_PoissonOOTPU
2500.4, # RelValTTbar_14TeV NanoAOD from existing MINI

# Phase2
Expand Down

0 comments on commit 5ce315a

Please sign in to comment.