Skip to content

Commit

Permalink
Merge pull request #45661 from mmusich/mm_add_2024_0T_wf
Browse files Browse the repository at this point in the history
add 2024 to the allowed 0T pp collisions workflows (.24 modifier)
  • Loading branch information
cmsbuild authored Aug 7, 2024
2 parents b2fac1d + 363b685 commit fd41c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2185,7 +2185,7 @@ def setupPU_(self, step, stepName, stepDict, k, properties):
# override '-n' setting from PUDataSets in relval_steps.py
stepDict[stepName][k] = merge([{'-n':'1'}, stepDict[step][k]])
def condition(self, fragment, stepList, key, hasHarvest):
return (fragment=="TTbar_13" or fragment=="TTbar_14TeV") and ('2017' in key or '2018' in key or '2021' in key) and ('FS' not in key)
return (fragment=="TTbar_13" or fragment=="TTbar_14TeV") and ('2017' in key or '2018' in key or '2021' in key or '2024' in key) and ('FS' not in key)
upgradeWFs['0T'] = UpgradeWorkflow_0T(
steps = [
'GenSim',
Expand Down

0 comments on commit fd41c95

Please sign in to comment.