Skip to content

Commit

Permalink
Update displacedRegional baseline workflow .701
Browse files Browse the repository at this point in the history
useful to make a baseline in connection with cms-sw#43336
  • Loading branch information
slava77 authored Nov 22, 2023
1 parent 3b943c0 commit 1742dc9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,13 +477,14 @@ class UpgradeWorkflow_displacedRegional(UpgradeWorkflowTracking):
def setup__(self, step, stepName, stepDict, k, properties):
if 'Reco' in step: stepDict[stepName][k] = merge([self.step3, stepDict[step][k]])
def condition_(self, fragment, stepList, key, hasHarvest):
return '2021' in key
return ('2021' in key or '2023' in key or '2024' in key)
upgradeWFs['displacedRegional'] = UpgradeWorkflow_displacedRegional(
steps = [
'Reco',
'RecoFakeHLT',
'RecoGlobal',
'RecoNano',
'RecoNanoFakeHLT',
],
PU = [],
suffix = '_displacedRegional',
Expand Down

0 comments on commit 1742dc9

Please sign in to comment.