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

Minor revisions to Run 3 simulation geometry #32010

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
12 changes: 6 additions & 6 deletions Configuration/AlCa/python/autoCond.py
Expand Up @@ -69,17 +69,17 @@
# 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_v4',
# GlobalTag for MC production with perfectly aligned and calibrated detector for Phase1 2021
'phase1_2021_design' : '112X_mcRun3_2021_design_v10', # GT containing design conditions for Phase1 2021
'phase1_2021_design' : '112X_mcRun3_2021_design_v11', # GT containing design conditions for Phase1 2021
# GlobalTag for MC production with realistic conditions for Phase1 2021
'phase1_2021_realistic' : '112X_mcRun3_2021_realistic_v10', # GT containing realistic conditions for Phase1 2021
'phase1_2021_realistic' : '112X_mcRun3_2021_realistic_v11', # 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_v10',
'phase1_2021_cosmics' : '112X_mcRun3_2021cosmics_realistic_deco_v11',
# GlobalTag for MC production with realistic conditions for Phase1 2021 detector for Heavy Ion
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v12',
'phase1_2021_realistic_hi' : '112X_mcRun3_2021_realistic_HI_v13',
# GlobalTag for MC production with realistic conditions for Phase1 2023
'phase1_2023_realistic' : '112X_mcRun3_2023_realistic_v10', # GT containing realistic conditions for Phase1 2023
'phase1_2023_realistic' : '112X_mcRun3_2023_realistic_v11', # GT containing realistic conditions for Phase1 2023
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2024_realistic' : '112X_mcRun3_2024_realistic_v10', # GT containing realistic conditions for Phase1 2024
'phase1_2024_realistic' : '112X_mcRun3_2024_realistic_v11', # GT containing realistic conditions for Phase1 2024
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '112X_mcRun4_realistic_v4'
}
Expand Down