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 fa642d182121e..4616445b19ba4 100644 --- a/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py +++ b/Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py @@ -36,6 +36,8 @@ '2022HIRP', #RawPrime '2023HI', '2023HIRP', #RawPrime + '2024FS', + '2024FSPU', ] upgradeKeys[2026] = [ @@ -93,6 +95,7 @@ numWFSkip=200 # temporary measure to keep other WF numbers the same numWFConflict = [[14400,14800], #2022ReReco, 2022ReRecoPU (in 12_4) + [15600,16400], #20242024HLTOnDigi, 2024HLTOnDigiPU, 2024GenOnly, 2024SimOnGen (no backport) [20400,20800], #D87 [21200,22000], #D89-D90 [50000,51000]] @@ -3008,7 +3011,15 @@ def condition(self, fragment, stepList, key, hasHarvest): 'Era':'Run3_pp_on_PbPb_approxSiStripClusters', 'BeamSpot': 'DBrealistic', 'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'], - } + }, + '2024FS' : { + 'Geom' : 'DB:Extended', + 'GT' : 'auto:phase1_2024_realistic', + 'HLTmenu': '@relval2024', + 'Era' : 'Run3_2024_FastSim', + 'BeamSpot': 'DBrealistic', + 'ScenToRun' : ['Gen','FastSimRun3','HARVESTFastRun3'], + }, } # standard PU sequences diff --git a/Configuration/StandardSequences/python/Eras.py b/Configuration/StandardSequences/python/Eras.py index 37f0cd711a4a5..c656e481ad615 100644 --- a/Configuration/StandardSequences/python/Eras.py +++ b/Configuration/StandardSequences/python/Eras.py @@ -48,6 +48,7 @@ def __init__(self): 'Run3_2023_FastSim', 'Run3_2023_ZDC', 'Run3_2023_UPC', + 'Run3_2024_FastSim', 'Phase2', 'Phase2C9', 'Phase2C10',