diff --git a/Configuration/Eras/python/Era_Run3_ckfPixelLessStep_cff.py b/Configuration/Eras/python/Era_Run3_ckfPixelLessStep_cff.py deleted file mode 100644 index b00e69225d1bd..0000000000000 --- a/Configuration/Eras/python/Era_Run3_ckfPixelLessStep_cff.py +++ /dev/null @@ -1,5 +0,0 @@ -import FWCore.ParameterSet.Config as cms -from Configuration.ProcessModifiers.trackingMkFitPixelLessStep_cff import * -from Configuration.Eras.Era_Run3_cff import Run3 - -Run3_ckfPixelLessStep = cms.ModifierChain(Run3.copyAndExclude([trackingMkFitPixelLessStep])) diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index 6d1e641ca683c..5b9ca5ad4cbcd 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -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): diff --git a/Configuration/StandardSequences/python/Eras.py b/Configuration/StandardSequences/python/Eras.py index 3f6765d4c3b46..60d096851300b 100644 --- a/Configuration/StandardSequences/python/Eras.py +++ b/Configuration/StandardSequences/python/Eras.py @@ -34,7 +34,6 @@ def __init__(self): 'Run2_2018_highBetaStar', 'Run2_2018_noMkFit', 'Run3', - 'Run3_ckfPixelLessStep', 'Run3_noMkFit', 'Run3_pp_on_PbPb', 'Run3_dd4hep',