Skip to content

Commit

Permalink
Merge pull request #44594 from saumyaphor4252/alca-Update_L1_menu_tag
Browse files Browse the repository at this point in the history
Update L1TUtmTriggerMenu tag in 2024 MC GTs and for Run3 data RelVals
  • Loading branch information
cmsbuild authored Apr 4, 2024
2 parents e46c99d + 785fcfa commit 9ccf775
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
# GlobalTag for MC production with realistic conditions for Phase1 2023 detector for Heavy Ion
'phase1_2023_realistic_hi' : '140X_mcRun3_2023_realistic_HI_v3',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2024
'phase1_2024_design' : '140X_mcRun3_2024_design_v6',
'phase1_2024_design' : '140X_mcRun3_2024_design_v7',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '140X_mcRun3_2024_realistic_v7',
'phase1_2024_realistic' : '140X_mcRun3_2024_realistic_v8',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2024, Strip tracker in DECO mode
'phase1_2024_cosmics' : '140X_mcRun3_2024cosmics_realistic_deco_v7',
'phase1_2024_cosmics' : '140X_mcRun3_2024cosmics_realistic_deco_v8',
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2024, Strip tracker in DECO mode
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v5',
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v6',
# GlobalTag for MC production with realistic conditions for Phase1 2024 detector for Heavy Ion
'phase1_2024_realistic_hi' : '141X_mcRun3_2024_realistic_HI_v2',
# GlobalTag for MC production with realistic conditions for Phase2
Expand Down
2 changes: 1 addition & 1 deletion Configuration/AlCa/python/autoCondModifiers.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ def autoCondRelValForRun3(autoCond):

GlobalTagRelValForRun3 = {}
L1GtTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2015_25nsStage1_v5' , "L1GtTriggerMenuRcd", connectionString, "", "2023-01-28 12:00:00.000"] )
L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2024_v1_0_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2024-02-21 12:00:00.000"] )
L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2024_v1_1_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2024-03-20 12:00:00.000"] )

for key,val in autoCond.items():
if 'run3_data' in key or 'run3_hlt' in key :
Expand Down

0 comments on commit 9ccf775

Please sign in to comment.