Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@
'run2_data_promptlike_hi' : '140X_dataRun2_PromptLike_HI_v1',
# GlobalTag with fixed snapshot time for Run2 HLT RelVals: customizations to run with fixed L1 Menu
'run2_hlt_relval' : '140X_dataRun2_HLT_relval_v1',
# GlobalTag for Run3 HLT: identical the online GT 150X_dataRun3_HLT_v1 but with snapshot at 2025-01-22 13:40:56 (UTC)
'run3_hlt' : '150X_dataRun3_HLT_frozen250122_v1',
# GlobalTag for Run3 data relvals (express GT): same as 150X_dataRun3_Express_v1 but with snapshot at 2025-01-22 13:46:42 (UTC)
'run3_data_express' : '150X_dataRun3_Express_frozen250122_v1',
# GlobalTag for Run3 data relvals (prompt GT): same as 150X_dataRun3_Prompt_v1 but with snapshot at 2025-01-22 13:49:01 (UTC)
'run3_data_prompt' : '150X_dataRun3_Prompt_frozen250122_v1',
# GlobalTag for Run3 HLT: identical the online GT 150X_dataRun3_HLT_v1 but with snapshot at 2025-06-13 05:00:25 (UTC)
'run3_hlt' : '150X_dataRun3_HLT_frozen250613_v1',
# GlobalTag for Run3 data relvals (express GT): same as 150X_dataRun3_Express_v1 but with snapshot at 2025-06-13 05:03:22 (UTC)
'run3_data_express' : '150X_dataRun3_Express_frozen250613_v1',
# GlobalTag for Run3 data relvals (prompt GT): same as 150X_dataRun3_Prompt_v1 but with snapshot at 2025-06-13 05:06:05 (UTC)
'run3_data_prompt' : '150X_dataRun3_Prompt_frozen250613_v1',
# GlobalTag for Run3 offline data reprocessing - snapshot at 2025-04-10 16:45:49 (UTC)
'run3_data' : '150X_dataRun3_v4',
# GlobalTag for Run3 offline data reprocessing with Prompt GT, currently for 2022FG - snapshot at 2024-05-31 08:53:25 (UTC)
Expand Down Expand Up @@ -102,11 +102,11 @@
# GlobalTag for MC production with realistic conditions for Phase1 2024 detector for ppRef5TeV
'phase1_2024_realistic_ppRef5TeV' : '141X_mcRun3_2024_realistic_ppRef5TeV_v7',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2025
'phase1_2025_design' : '150X_mcRun3_2025_design_v2',
'phase1_2025_design' : '150X_mcRun3_2025_design_v3',
# GlobalTag for MC production with realistic conditions for Phase1 2025
'phase1_2025_realistic' : '150X_mcRun3_2025_realistic_v7',
'phase1_2025_realistic' : '150X_mcRun3_2025_realistic_v11',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2025, Strip tracker in DECO mode
'phase1_2025_cosmics' : '150X_mcRun3_2025cosmics_realistic_deco_v2',
'phase1_2025_cosmics' : '150X_mcRun3_2025cosmics_realistic_deco_v3',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '150X_mcRun4_realistic_v1'
}
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_Collisions2025_v1_1_1_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2025-05-05 12:00:00.000"] )
L1TUtmTriggerMenuForRelValForRun3 = ','.join( ['L1Menu_Collisions2025_v1_2_0_xml' , "L1TUtmTriggerMenuRcd", connectionString, "", "2025-06-13 12:00:00.000"] )

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