From 9e81bc8d6b7c96b937962db4f0b986f00292b9a1 Mon Sep 17 00:00:00 2001 From: Kevin Pedro Date: Thu, 22 May 2025 16:11:14 -0500 Subject: [PATCH] dedicated 2024 era for FastSim --- Configuration/Eras/python/Era_Run3_2024_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_2024_FastSim_cff.py diff --git a/Configuration/Eras/python/Era_Run3_2024_FastSim_cff.py b/Configuration/Eras/python/Era_Run3_2024_FastSim_cff.py new file mode 100644 index 0000000000000..70fb8c7785187 --- /dev/null +++ b/Configuration/Eras/python/Era_Run3_2024_FastSim_cff.py @@ -0,0 +1,6 @@ +import FWCore.ParameterSet.Config as cms + +from Configuration.Eras.Era_Run3_2024_cff import Run3_2024 +from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM + +Run3_2024_FastSim = Run3_2024.copyAndExclude([run3_GEM]) diff --git a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py index 31543ebd3b380..1fa13b8e2972c 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -3286,7 +3286,7 @@ def condition(self, fragment, stepList, key, hasHarvest): 'Geom' : 'DB:Extended', 'GT' : 'auto:phase1_2024_realistic', 'HLTmenu': '@relval2024', - 'Era' : 'Run3_FastSim', + 'Era' : 'Run3_2024_FastSim', 'BeamSpot': 'DBrealistic', 'ScenToRun' : ['Gen','FastSimRun3','HARVESTFastRun3'], }, diff --git a/Configuration/StandardSequences/python/Eras.py b/Configuration/StandardSequences/python/Eras.py index eff87151e2ae9..c2848440196a3 100644 --- a/Configuration/StandardSequences/python/Eras.py +++ b/Configuration/StandardSequences/python/Eras.py @@ -53,6 +53,7 @@ def __init__(self): 'Run3_2023_UPC', 'Run3_2024_ppRef', 'Run3_2024_UPC', + 'Run3_2024_FastSim', 'Phase2', 'Phase2C9', 'Phase2C10',