Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use correct L1TMuonEndCapParams tag for 2017, 2018, Run 3 and Phase 2 MC [11_2_X] #32532

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
34 changes: 17 additions & 17 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -49,39 +49,39 @@
# GlobalTag for Run3 data relvals
'run3_data_promptlike' : '111X_dataRun3_Prompt_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2017 (and 0,0,~0-centred beamspot)
'phase1_2017_design' : '112X_mc2017_design_v1',
'phase1_2017_design' : '112X_mc2017_design_v2',
# GlobalTag for MC production with realistic conditions for Phase1 2017 detector
'phase1_2017_realistic' : '112X_mc2017_realistic_v3',
'phase1_2017_realistic' : '112X_mc2017_realistic_v4',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in DECO mode
'phase1_2017_cosmics' : '112X_mc2017cosmics_realistic_deco_v3',
'phase1_2017_cosmics' : '112X_mc2017cosmics_realistic_deco_v4',
# GlobalTag for MC production (cosmics) with realistic alignment and calibrations for Phase1 2017 detector, Strip tracker in PEAK mode
'phase1_2017_cosmics_peak' : '112X_mc2017cosmics_realistic_peak_v3',
'phase1_2017_cosmics_peak' : '112X_mc2017cosmics_realistic_peak_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot)
'phase1_2018_design' : '112X_upgrade2018_design_v3',
'phase1_2018_design' : '112X_upgrade2018_design_v4',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector
'phase1_2018_realistic' : '112X_upgrade2018_realistic_v6',
'phase1_2018_realistic' : '112X_upgrade2018_realistic_v7',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion
'phase1_2018_realistic_hi' : '112X_upgrade2018_realistic_HI_v6',
'phase1_2018_realistic_hi' : '112X_upgrade2018_realistic_HI_v7',
# GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail
'phase1_2018_realistic_HEfail' : '112X_upgrade2018_realistic_HEfail_v6',
'phase1_2018_realistic_HEfail' : '112X_upgrade2018_realistic_HEfail_v7',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode
'phase1_2018_cosmics' : '112X_upgrade2018cosmics_realistic_deco_v6',
'phase1_2018_cosmics' : '112X_upgrade2018cosmics_realistic_deco_v7',
# GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode
'phase1_2018_cosmics_peak' : '112X_upgrade2018cosmics_realistic_peak_v6',
'phase1_2018_cosmics_peak' : '112X_upgrade2018cosmics_realistic_peak_v7',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '112X_mcRun3_2021_design_v11', # GT containing design conditions for Phase1 2021
'phase1_2021_design' : '112X_mcRun3_2021_design_v12', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '112X_mcRun3_2021_realistic_v13', # GT containing realistic conditions for Phase1 2021
'phase1_2021_realistic' : '112X_mcRun3_2021_realistic_v14', # 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' : '112X_mcRun3_2021cosmics_realistic_deco_v13',
'phase1_2021_cosmics' : '112X_mcRun3_2021cosmics_realistic_deco_v14',
# GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v13',
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v14',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '112X_mcRun3_2023_realistic_v13', # GT containing realistic conditions for Phase1 2023
'phase1_2023_realistic' : '112X_mcRun3_2023_realistic_v14', # GT containing realistic conditions for Phase1 2023
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '112X_mcRun3_2024_realistic_v13', # GT containing realistic conditions for Phase1 2024
'phase1_2024_realistic' : '112X_mcRun3_2024_realistic_v14', # GT containing realistic conditions for Phase1 2024
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '112X_mcRun4_realistic_v4'
'phase2_realistic' : '112X_mcRun4_realistic_v5'
}

aliases = {
Expand Down