Skip to content

Commit

Permalink
add 2024 to the allowed 0T pp collisions workflows (.24 modifier)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Aug 7, 2024
1 parent c64df4c commit 363b685
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 363b685

Please sign in to comment.