diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index 15a16ec5a3b54..9156724803a96 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -232,6 +232,8 @@ def setup__(self, step, stepName, stepDict, k, properties): 'HARVESTGlobal', 'RecoNano', 'HARVESTNano', + 'RecoFakeHLT', + 'HARVESTFakeHLT', ], suffix = '_trackingOnly', offset = 0.1, @@ -253,6 +255,7 @@ def condition_(self, fragment, stepList, key, hasHarvest): upgradeWFs['trackingRun2'] = UpgradeWorkflow_trackingRun2( steps = [ 'Reco', + 'RecoFakeHLT', ], suffix = '_trackingRun2', offset = 0.2, @@ -269,6 +272,8 @@ def condition_(self, fragment, stepList, key, hasHarvest): steps = [ 'Reco', 'HARVEST', + 'RecoFakeHLT', + 'HARVESTFakeHLT', ], suffix = '_trackingOnlyRun2', offset = 0.3, @@ -284,6 +289,7 @@ def condition_(self, fragment, stepList, key, hasHarvest): upgradeWFs['trackingLowPU'] = UpgradeWorkflow_trackingLowPU( steps = [ 'Reco', + 'RecoFakeHLT', ], suffix = '_trackingLowPU', offset = 0.4, @@ -303,6 +309,8 @@ def condition_(self, fragment, stepList, key, hasHarvest): 'HARVESTGlobal', 'RecoNano', 'HARVESTNano', + 'RecoFakeHLT', + 'HARVESTFakeHLT', ], suffix = '_pixelTrackingOnly', offset = 0.5, @@ -326,6 +334,8 @@ def condition_(self, fragment, stepList, key, hasHarvest): 'Reco', 'RecoGlobal', 'RecoNano', + 'RecoFakeHLT', + 'HARVESTFakeHLT', ], suffix = '_trackingMkFit', offset = 0.7,