Skip to content

Commit

Permalink
fix vectorHits workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
JanFSchulte committed Oct 15, 2020
1 parent 988c5a3 commit 53aad7e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,16 +306,15 @@ def condition(self, fragment, stepList, key, hasHarvest):
return fragment=="TTbar_14TeV" and '2026' in key
upgradeWFs['vectorHits'] = UpgradeWorkflow_vectorHits(
steps = [
'Reco',
'RecoGlobal',
],
PU = [
'Reco',
'RecoGlobal',
],
suffix = '_vectorHits',
offset = 0.9,
)


# Patatrack workflows
class UpgradeWorkflowPatatrack(UpgradeWorkflow):
def condition(self, fragment, stepList, key, hasHarvest):
Expand Down

0 comments on commit 53aad7e

Please sign in to comment.