Skip to content

Commit

Permalink
remove Run3_ckfPixelLessStep (now the same as the default Run3)
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Aug 4, 2022
1 parent 1ce573a commit dda3f63
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 44 deletions.
5 changes: 0 additions & 5 deletions Configuration/Eras/python/Era_Run3_ckfPixelLessStep_cff.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -397,44 +397,6 @@ def condition_(self, fragment, stepList, key, hasHarvest):
'--procModifiers': 'trackingMkFitDevel'
}

class UpgradeWorkflow_trackingRun3CkfPixelLessStep(UpgradeWorkflowTracking):
def setup__(self, step, stepName, stepDict, k, properties):
if 'Reco' in step and stepDict[step][k]['--era']=='Run3':
stepDict[stepName][k] = merge([{'--era': 'Run3_ckfPixelLessStep'}, stepDict[step][k]])
def condition_(self, fragment, stepList, key, hasHarvest):
return '2021' in key and 'FS' not in key
upgradeWFs['trackingRun3CkfPixelLessStep'] = UpgradeWorkflow_trackingRun3CkfPixelLessStep(
steps = [
'Reco',
'RecoNano',
'RecoGlobal',
'RecoFakeHLT',
],
suffix = '_trackingRun3CkfPixelLessStep',
offset = 0.71,
)

class UpgradeWorkflow_trackingOnlyRun3CkfPixelLessStep(UpgradeWorkflowTracking):
def setup__(self, step, stepName, stepDict, k, properties):
if 'Reco' in step and stepDict[step][k]['--era']=='Run3':
stepDict[stepName][k] = merge([{'--era': 'Run3_ckfPixelLessStep'}, self.step3, stepDict[step][k]])
elif 'HARVEST' in step: stepDict[stepName][k] = merge([{'-s': 'HARVESTING:@trackingOnlyValidation+@trackingOnlyDQM'}, stepDict[step][k]])
def condition_(self, fragment, stepList, key, hasHarvest):
return '2021' in key and 'FS' not in key
upgradeWFs['trackingOnlyRun3CkfPixelLessStep'] = UpgradeWorkflow_trackingOnlyRun3CkfPixelLessStep(
steps = [
'Reco',
'HARVEST',
'RecoNano',
'HARVESTNano',
'RecoFakeHLT',
'HARVESTFakeHLT',
],
suffix = '_trackingOnlyRun3CkfPixelLessStep',
offset = 0.72,
)
upgradeWFs['trackingOnlyRun3CkfPixelLessStep'].step3 = upgradeWFs['trackingOnly'].step3

#DeepCore seeding for JetCore iteration workflow
class UpgradeWorkflow_seedingDeepCore(UpgradeWorkflow):
def setup_(self, step, stepName, stepDict, k, properties):
Expand Down
1 change: 0 additions & 1 deletion Configuration/StandardSequences/python/Eras.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def __init__(self):
'Run2_2018_highBetaStar',
'Run2_2018_noMkFit',
'Run3',
'Run3_ckfPixelLessStep',
'Run3_noMkFit',
'Run3_pp_on_PbPb',
'Run3_dd4hep',
Expand Down

0 comments on commit dda3f63

Please sign in to comment.