Skip to content

Commit

Permalink
add SingleMuPt10Extended for VectorHit workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Dec 20, 2022
1 parent 060d158 commit fe0f886
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class UpgradeWorkflow_vectorHits(UpgradeWorkflow):
def setup_(self, step, stepName, stepDict, k, properties):
stepDict[stepName][k] = merge([{'--procModifiers': 'vectorHits'}, stepDict[step][k]])
def condition(self, fragment, stepList, key, hasHarvest):
return fragment=="TTbar_14TeV" and '2026' in key
return (fragment=="TTbar_14TeV" or fragment=="SingleMuPt10Extended") and '2026' in key
upgradeWFs['vectorHits'] = UpgradeWorkflow_vectorHits(
steps = [
'RecoGlobal',
Expand Down

0 comments on commit fe0f886

Please sign in to comment.