Skip to content

Commit

Permalink
Merge pull request #44861 from perrotta/updateL1MenuToV120_140X
Browse files Browse the repository at this point in the history
[CMSSW_14_0_X] Update L1T menu tag to L1Menu_Collisions2024_v1_2_0_xml
  • Loading branch information
cmsbuild authored May 1, 2024
2 parents 80b6994 + 31ceaff commit c2a68a8
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_v9',
'phase1_2024_design' : '140X_mcRun3_2024_design_v10',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '140X_mcRun3_2024_realistic_v10',
'phase1_2024_realistic' : '140X_mcRun3_2024_realistic_v11',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2024, Strip tracker in DECO mode
'phase1_2024_cosmics' : '140X_mcRun3_2024cosmics_realistic_deco_v10',
'phase1_2024_cosmics' : '140X_mcRun3_2024cosmics_realistic_deco_v12',
# 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_v8',
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v10',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '140X_mcRun4_realistic_v3'
}
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_1_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2024-03-20 12:00:00.000"] )
L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2024_v1_2_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2024-04-28 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 c2a68a8

Please sign in to comment.