diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index 93c8b69cd91ff..a1500dc1c43a2 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -31,12 +31,12 @@ 'run2_data_promptlike_hi' : '124X_dataRun2_PromptLike_HI_v1', # GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu 'run2_hlt_relval' : '123X_dataRun2_HLT_relval_v3', - # GlobalTag for Run3 HLT: identical to the online GT (130X_dataRun3_HLT_v2) but with snapshot at 2023-05-10 09:00:00 (UTC) - 'run3_hlt' : '130X_dataRun3_HLT_frozen_v2', - # GlobalTag for Run3 data relvals (express GT) - identical to 130X_dataRun3_Express_v2 but with snapshot at 2023-05-10 09:00:00 (UTC) - 'run3_data_express' : '130X_dataRun3_Express_frozen_v2', - # GlobalTag for Run3 data relvals (prompt GT) - identical to 130X_dataRun3_Prompt_v3 but with snapshot at 2023-05-10 09:00:00 (UTC) - 'run3_data_prompt' : '130X_dataRun3_Prompt_frozen_v2', + # GlobalTag for Run3 HLT: identical to the online GT (130X_dataRun3_HLT_v2) but with snapshot at 2023-06-14 12:00:00 (UTC) + 'run3_hlt' : '130X_dataRun3_HLT_frozen_v3', + # GlobalTag for Run3 data relvals (express GT) - identical to 130X_dataRun3_Express_v3 but with snapshot at 2023-06-14 12:00:00 (UTC) + 'run3_data_express' : '130X_dataRun3_Express_frozen_v3', + # GlobalTag for Run3 data relvals (prompt GT) - identical to 130X_dataRun3_Prompt_v4 but with snapshot at 2023-06-14 12:00:00 (UTC) + 'run3_data_prompt' : '130X_dataRun3_Prompt_frozen_v3', # GlobalTag for Run3 offline data reprocessing - snapshot at 2023-05-09 15:38:20 (UTC) 'run3_data' : '130X_dataRun3_v2', # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot) @@ -74,19 +74,19 @@ # GlobalTag for MC production with realistic conditions for Phase1 2022 detector for Heavy Ion 'phase1_2022_realistic_hi' : '130X_mcRun3_2022_realistic_HI_v6', # GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2023 - 'phase1_2023_design' : '130X_mcRun3_2023_design_v6', + 'phase1_2023_design' : '130X_mcRun3_2023_design_v7', # GlobalTag for MC production with realistic conditions for Phase1 2023 - 'phase1_2023_realistic' : '130X_mcRun3_2023_realistic_v8', + 'phase1_2023_realistic' : '130X_mcRun3_2023_realistic_v9', # GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2023, Strip tracker in DECO mode - 'phase1_2023_cosmics' : '130X_mcRun3_2023cosmics_realistic_deco_v7', + 'phase1_2023_cosmics' : '130X_mcRun3_2023cosmics_realistic_deco_v8', # GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2023, Strip tracker in DECO mode - 'phase1_2023_cosmics_design' : '130X_mcRun3_2023cosmics_design_deco_v6', + 'phase1_2023_cosmics_design' : '130X_mcRun3_2023cosmics_design_deco_v7', # GlobalTag for MC production with realistic conditions for Phase1 2023 detector for Heavy Ion 'phase1_2023_realistic_hi' : '130X_mcRun3_2023_realistic_HI_v14', # GlobalTag for MC production with realistic conditions for Phase1 2024 - 'phase1_2024_realistic' : '130X_mcRun3_2024_realistic_v6', + 'phase1_2024_realistic' : '130X_mcRun3_2024_realistic_v7', # GlobalTag for MC production with realistic conditions for Phase2 - 'phase2_realistic' : '130X_mcRun4_realistic_v7' + 'phase2_realistic' : '130X_mcRun4_realistic_v8' } aliases = { diff --git a/Configuration/AlCa/python/autoCondModifiers.py b/Configuration/AlCa/python/autoCondModifiers.py index 82c060b96c2e2..eeb2b4692b666 100644 --- a/Configuration/AlCa/python/autoCondModifiers.py +++ b/Configuration/AlCa/python/autoCondModifiers.py @@ -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_Collisions2023_v1_1_0-v2_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2023-05-02 12:00:00.000"] ) + L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2023_v1_2_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2023-06-13 14:12:00.000"] ) for key,val in autoCond.items(): if 'run3_data' in key or 'run3_hlt' in key :