Skip to content

Commit

Permalink
Merge pull request #36378 from kpedro88/Phase2-WF79
Browse files Browse the repository at this point in the history
handle FakeHLT steps in trackingOnly workflows
  • Loading branch information
cmsbuild authored Dec 10, 2021
2 parents 90eb7d4 + 4b1a0d9 commit 6a5232a
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,8 @@ def setup__(self, step, stepName, stepDict, k, properties):
'HARVESTGlobal',
'RecoNano',
'HARVESTNano',
'RecoFakeHLT',
'HARVESTFakeHLT',
],
suffix = '_trackingOnly',
offset = 0.1,
Expand All @@ -253,6 +255,7 @@ def condition_(self, fragment, stepList, key, hasHarvest):
upgradeWFs['trackingRun2'] = UpgradeWorkflow_trackingRun2(
steps = [
'Reco',
'RecoFakeHLT',
],
suffix = '_trackingRun2',
offset = 0.2,
Expand All @@ -269,6 +272,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
steps = [
'Reco',
'HARVEST',
'RecoFakeHLT',
'HARVESTFakeHLT',
],
suffix = '_trackingOnlyRun2',
offset = 0.3,
Expand All @@ -284,6 +289,7 @@ def condition_(self, fragment, stepList, key, hasHarvest):
upgradeWFs['trackingLowPU'] = UpgradeWorkflow_trackingLowPU(
steps = [
'Reco',
'RecoFakeHLT',
],
suffix = '_trackingLowPU',
offset = 0.4,
Expand All @@ -303,6 +309,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
'HARVESTGlobal',
'RecoNano',
'HARVESTNano',
'RecoFakeHLT',
'HARVESTFakeHLT',
],
suffix = '_pixelTrackingOnly',
offset = 0.5,
Expand All @@ -326,6 +334,8 @@ def condition_(self, fragment, stepList, key, hasHarvest):
'Reco',
'RecoGlobal',
'RecoNano',
'RecoFakeHLT',
'HARVESTFakeHLT',
],
suffix = '_trackingMkFit',
offset = 0.7,
Expand Down

0 comments on commit 6a5232a

Please sign in to comment.