Skip to content

Commit b89c9da

Browse files
committed
dedicated 2024 era for FastSim
1 parent e04f43e commit b89c9da

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import FWCore.ParameterSet.Config as cms
2+
3+
from Configuration.Eras.Era_Run3_2024_cff import Run3_2024
4+
from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM
5+
6+
Run3_2024_FastSim = Run3_2024.copyAndExclude([run3_GEM])

Configuration/PyReleaseValidation/python/upgradeWorkflowComponents.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3234,7 +3234,7 @@ def condition(self, fragment, stepList, key, hasHarvest):
32343234
'Geom' : 'DB:Extended',
32353235
'GT' : 'auto:phase1_2024_realistic',
32363236
'HLTmenu': '@relval2024',
3237-
'Era' : 'Run3_FastSim',
3237+
'Era' : 'Run3_2024_FastSim',
32383238
'BeamSpot': 'DBrealistic',
32393239
'ScenToRun' : ['Gen','FastSimRun3','HARVESTFastRun3'],
32403240
},

Configuration/StandardSequences/python/Eras.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def __init__(self):
5454
'Run3_2023_UPC',
5555
'Run3_2024_ppRef',
5656
'Run3_2024_UPC',
57+
'Run3_2024_FastSim',
5758
'Run3_2025_UPC',
5859
'Run3_2025_OXY',
5960
'Run3_2025_UPC_OXY',

0 commit comments

Comments
 (0)