Skip to content

Commit

Permalink
Update final L1T menu tag for Run 3 start up
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio committed Apr 2, 2022
1 parent 93cac63 commit e9d63ca
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -36,15 +36,15 @@
# GlobalTag for Run3 HLT: it points to the online GT
'run3_hlt' : '123X_dataRun3_HLT_v5',
# GlobalTag with fixed snapshot time for Run3 HLT RelVals: customizations to run with fixed L1 Menu
'run3_hlt_relval' : '123X_dataRun3_HLT_relval_v2',
'run3_hlt_relval' : '123X_dataRun3_HLT_relval_v3',
# GlobalTag for Run3 data relvals (express GT)
'run3_data_express' : '123X_dataRun3_Express_v4',
# GlobalTag for Run3 data relvals
'run3_data_prompt' : '123X_dataRun3_Prompt_v5',
# GlobalTag for Run3 offline data reprocessing
'run3_data' : '123X_dataRun3_v4',
# GlobalTag for Run3 data relvals: allows customization to run with fixed L1 menu
'run3_data_relval' : '123X_dataRun3_relval_v2',
'run3_data_relval' : '123X_dataRun3_relval_v3',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '123X_mc2017_design_v1',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
Expand All @@ -68,19 +68,19 @@
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '123X_upgrade2018cosmics_realistic_peak_v1',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '123X_mcRun3_2021_design_v12',
'phase1_2021_design' : '123X_mcRun3_2021_design_v13',
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '123X_mcRun3_2021_realistic_v12',
'phase1_2021_realistic' : '123X_mcRun3_2021_realistic_v13',
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2021, Strip tracker in DECO mode
'phase1_2021_cosmics' : '123X_mcRun3_2021cosmics_realistic_deco_v12',
'phase1_2021_cosmics' : '123X_mcRun3_2021cosmics_realistic_deco_v13',
# GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion
'phase1_2021_realistic_hi' : '123X_mcRun3_2021_realistic_HI_v12',
'phase1_2021_realistic_hi' : '123X_mcRun3_2021_realistic_HI_v13',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '123X_mcRun3_2023_realistic_v12',
'phase1_2023_realistic' : '123X_mcRun3_2023_realistic_v13',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '123X_mcRun3_2024_realistic_v12',
'phase1_2024_realistic' : '123X_mcRun3_2024_realistic_v13',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '123X_mcRun4_realistic_v9'
'phase2_realistic' : '123X_mcRun4_realistic_v10'
}

aliases = {
Expand Down

0 comments on commit e9d63ca

Please sign in to comment.