Skip to content

Commit

Permalink
Merge pull request #42399 from srimanob/132_Run32023FastSimEra
Browse files Browse the repository at this point in the history
[13_2] Add 2023 FastSim Era
  • Loading branch information
cmsbuild authored Jul 29, 2023
2 parents 0bf2204 + f857f1a commit ee2bd33
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Configuration/Eras/python/Era_Run3_2023_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_2023_cff import Run3_2023
from Configuration.Eras.Modifier_run3_GEM_cff import run3_GEM

Run3_2023_FastSim = Run3_2023.copyAndExclude([run3_GEM])
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
},
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 @@ -43,6 +43,7 @@ def __init__(self):
'Run3_dd4hep',
'Run3_DDD',
'Run3_FastSim',
'Run3_2023_FastSim',
'Phase2',
'Phase2C9',
'Phase2C10',
Expand Down

0 comments on commit ee2bd33

Please sign in to comment.