Skip to content

Commit c48ee88

Browse files
committed
add 2025 to the allowed 0T pp collisions workflows (.24 modifier)
1 parent 20bf2f2 commit c48ee88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2426,7 +2426,7 @@ def setupPU_(self, step, stepName, stepDict, k, properties):
24262426
# override '-n' setting from PUDataSets in relval_steps.py
24272427
stepDict[stepName][k] = merge([{'-n':'1'}, stepDict[step][k]])
24282428
def condition(self, fragment, stepList, key, hasHarvest):
2429-
return (fragment=="TTbar_13" or fragment=="TTbar_14TeV") and ('2017' in key or '2018' in key or '2022' in key or '2024' in key) and ('FS' not in key)
2429+
return (fragment=="TTbar_13" or fragment=="TTbar_14TeV") and ('2017' in key or '2018' in key or '2022' in key or '2024' in key or '2025' in key) and ('FS' not in key)
24302430
upgradeWFs['0T'] = UpgradeWorkflow_0T(
24312431
steps = [
24322432
'GenSim',

0 commit comments

Comments
 (0)