From 150e151be0f38557f26121d81ad025418a721b97 Mon Sep 17 00:00:00 2001 From: Sunil Date: Thu, 24 Nov 2022 19:07:25 +0100 Subject: [PATCH] addition of WFs with post EE conditions --- .../python/upgradeWorkflowComponents.py | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index edf7a8a6010da..a92c6b05ce800 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -26,6 +26,8 @@ '2024PU', '2021FS', '2021FSPU', + '2022postEE', + '2022postEEPU', ] upgradeKeys[2026] = [ @@ -2114,6 +2116,14 @@ def condition(self, fragment, stepList, key, hasHarvest): 'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision', 'ScenToRun' : ['Gen','FastSimRun3','HARVESTFastRun3'], }, + '2022postEE' : { + 'Geom' : 'DB:Extended', + 'GT' : 'auto:phase1_2022_realistic_postEE', + 'HLTmenu': '@relval2022', + 'Era' : 'Run3', + 'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision', + 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'], + }, } # standard PU sequences