Skip to content

Commit

Permalink
Fix for incorrect HLT JEC
Browse files Browse the repository at this point in the history
  • Loading branch information
christopheralanwest committed Jun 16, 2020
1 parent 0a68872 commit 0dd8adb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -67,17 +67,17 @@
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '110X_upgrade2018cosmics_realistic_peak_v7',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '111X_mcRun3_2021_design_v5', # GT containing design conditions for Phase1 2021
'phase1_2021_design' : '111X_mcRun3_2021_design_v6', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '111X_mcRun3_2021_realistic_v5', # GT containing realistic conditions for Phase1 2021
'phase1_2021_realistic' : '111X_mcRun3_2021_realistic_v6', # GT containing realistic conditions for Phase1 2021
# GlobalTag for MC production (cosmics) with realistic conditions for Phase1 2021, Strip tracker in DECO mode
'phase1_2021_cosmics' : '111X_mcRun3_2021cosmics_realistic_deco_v5',
'phase1_2021_cosmics' : '111X_mcRun3_2021cosmics_realistic_deco_v6',
# GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion
'phase1_2021_realistic_hi' : '111X_mcRun3_2021_realistic_HI_v6',
'phase1_2021_realistic_hi' : '111X_mcRun3_2021_realistic_HI_v7',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '111X_mcRun3_2023_realistic_v5', # GT containing realistic conditions for Phase1 2023
'phase1_2023_realistic' : '111X_mcRun3_2023_realistic_v6', # GT containing realistic conditions for Phase1 2023
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '111X_mcRun3_2024_realistic_v5', # GT containing realistic conditions for Phase1 2024
'phase1_2024_realistic' : '111X_mcRun3_2024_realistic_v6', # GT containing realistic conditions for Phase1 2024
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '110X_mcRun4_realistic_v3'
}
Expand Down

0 comments on commit 0dd8adb

Please sign in to comment.