Skip to content

Commit 53aad7e

Browse files
committed
fix vectorHits workflows
1 parent 988c5a3 commit 53aad7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -306,16 +306,15 @@ def condition(self, fragment, stepList, key, hasHarvest):
306306
return fragment=="TTbar_14TeV" and '2026' in key
307307
upgradeWFs['vectorHits'] = UpgradeWorkflow_vectorHits(
308308
steps = [
309-
'Reco',
309+
'RecoGlobal',
310310
],
311311
PU = [
312-
'Reco',
312+
'RecoGlobal',
313313
],
314314
suffix = '_vectorHits',
315315
offset = 0.9,
316316
)
317317

318-
319318
# Patatrack workflows
320319
class UpgradeWorkflowPatatrack(UpgradeWorkflow):
321320
def condition(self, fragment, stepList, key, hasHarvest):

0 commit comments

Comments
 (0)