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

Update MC GTs for Winter25 and 2024 HI/ppRef in autoCond - CMSSW_150X #46945

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,13 @@
# GlobalTag for MC production (cosmics) with perfectly aligned and calibrated detector for Phase1 2024, Strip tracker in DECO mode
'phase1_2024_cosmics_design' : '140X_mcRun3_2024cosmics_design_deco_v11',
# GlobalTag for MC production with realistic conditions for Phase1 2024 detector for Heavy Ion
'phase1_2024_realistic_hi' : '141X_mcRun3_2024_realistic_HI_v10',
'phase1_2024_realistic_hi' : '141X_mcRun3_2024_realistic_HI_v13',
# GlobalTag for MC production with realistic conditions for Phase1 2024 detector for ppRef5TeV
'phase1_2024_realistic_ppRef5TeV' : '141X_mcRun3_2024_realistic_ppRef5TeV_v5',
'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' : '140X_mcRun3_2024_design_v11',
# GlobalTag for MC production with realistic conditions for Phase1 2024
'phase1_2025_realistic' : '142X_mcRun3_2025_realistic_v1',
'phase1_2025_realistic' : '142X_mcRun3_2025_realistic_v2',
# GlobalTag for MC production with realistic conditions for Phase2
'phase2_realistic' : '141X_mcRun4_realistic_v3'
}
Expand Down