Skip to content

Commit

Permalink
move relval2023 autoHLT key to Fake2 and create relval2024 autoHLT ke…
Browse files Browse the repository at this point in the history
…y (currently pointing to GRun)
  • Loading branch information
mmusich committed Nov 22, 2023
1 parent 3b943c0 commit 9d61cbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Configuration/HLT/python/autoHLT.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
'relval2017' : 'Fake2',
'relval2018' : 'Fake2',
'relval2022' : 'Fake2',
'relval2023' : 'GRun',
'relval2023' : 'Fake2',
'relval2024' : 'GRun',
'relval2026' : '75e33',
'test' : 'GRun',
}
Original file line number Diff line number Diff line change
Expand Up @@ -2607,12 +2607,12 @@ def condition(self, fragment, stepList, key, hasHarvest):
'HLTmenu': '@relval2023',
'Era' : 'Run3_2023',
'BeamSpot': 'Realistic25ns13p6TeVEarly2023Collision',
'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],
'ScenToRun' : ['GenSim','Digi','RecoNanoFakeHLT','HARVESTNanoFakeHLT','ALCA'],
},
'2024' : {
'Geom' : 'DB:Extended',
'GT' : 'auto:phase1_2024_realistic',
'HLTmenu': '@relval2023',
'HLTmenu': '@relval2024',
'Era' : 'Run3',
'BeamSpot': 'Realistic25ns13p6TeVEarly2022Collision',
'ScenToRun' : ['GenSim','Digi','RecoNano','HARVESTNano','ALCA'],
Expand Down

0 comments on commit 9d61cbe

Please sign in to comment.