Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Configuration/Eras/python/Era_Run3_2024_FastSim_cff.py
Original file line number Diff line number Diff line change
@@ -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])
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
'2022HIRP', #RawPrime
'2023HI',
'2023HIRP', #RawPrime
'2024FS',
'2024FSPU',
]

upgradeKeys[2026] = [
Expand Down Expand Up @@ -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]]
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions Configuration/StandardSequences/python/Eras.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def __init__(self):
'Run3_2023_FastSim',
'Run3_2023_ZDC',
'Run3_2023_UPC',
'Run3_2024_FastSim',
'Phase2',
'Phase2C9',
'Phase2C10',
Expand Down