From 4086f0978588259576d4819c57aa22b922264621 Mon Sep 17 00:00:00 2001 From: Marino Missiroli Date: Fri, 12 May 2023 08:34:56 +0200 Subject: [PATCH] use "HLT:@relval2022_postEE" in re-reco MC RelVal using "postEE" GT --- .../PyReleaseValidation/python/upgradeWorkflowComponents.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index e67c948eafff2..f538b339c6ec7 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -2003,10 +2003,10 @@ def condition(self, fragment, stepList, key, hasHarvest): 'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision', 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'], }, - '2022ReReco' : { + '2022ReReco' : { 'Geom' : 'DB:Extended', 'GT' : 'auto:phase1_2022_realistic_postEE', - 'HLTmenu': '@relval2022', + 'HLTmenu': '@relval2022_postEE', 'Era' : 'Run3_2022_rereco', 'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision', 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],