From f857f1ab195ff9c7e8b3891acf8cb5d3370fe464 Mon Sep 17 00:00:00 2001 From: Norraphat Date: Fri, 28 Jul 2023 09:52:19 +0200 Subject: [PATCH] backport --- Configuration/Eras/python/Era_Run3_2023_FastSim_cff.py | 6 ++++++ .../PyReleaseValidation/python/upgradeWorkflowComponents.py | 2 +- Configuration/StandardSequences/python/Eras.py | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 Configuration/Eras/python/Era_Run3_2023_FastSim_cff.py diff --git a/Configuration/Eras/python/Era_Run3_2023_FastSim_cff.py b/Configuration/Eras/python/Era_Run3_2023_FastSim_cff.py new file mode 100644 index 0000000000000..620e986f2c303 --- /dev/null +++ b/Configuration/Eras/python/Era_Run3_2023_FastSim_cff.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +from Configuration.Eras.Era_Run3_2023_cff import Run3_2023 +from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM + +Run3_2023_FastSim = Run3_2023.copyAndExclude([run3_GEM]) diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index 991201c097d7e..4036414d50776 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -2624,7 +2624,7 @@ def condition(self, fragment, stepList, key, hasHarvest): 'Geom' : 'DB:Extended', 'GT' : 'auto:phase1_2023_realistic', 'HLTmenu': '@relval2023', - 'Era' : 'Run3_FastSim', + 'Era' : 'Run3_2023_FastSim', 'BeamSpot': 'Realistic25ns13p6TeVEarly2023Collision', 'ScenToRun' : ['Gen','FastSimRun3','HARVESTFastRun3'], }, diff --git a/Configuration/StandardSequences/python/Eras.py b/Configuration/StandardSequences/python/Eras.py index 91b6fb8be3e87..c33596112d2a6 100644 --- a/Configuration/StandardSequences/python/Eras.py +++ b/Configuration/StandardSequences/python/Eras.py @@ -43,6 +43,7 @@ def __init__(self): 'Run3_dd4hep', 'Run3_DDD', 'Run3_FastSim', + 'Run3_2023_FastSim', 'Phase2', 'Phase2C9', 'Phase2C10',