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

updated postLs1 and design GTs with new geometries #3263

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
8 changes: 4 additions & 4 deletions Configuration/AlCa/python/autoCond.py
@@ -1,6 +1,6 @@
autoCond = {
# GlobalTag for MC production with perfectly aligned and calibrated detector
'mc' : 'PRE_MC_71_V2::All',
# GlobalTag for MC production with perfectly aligned and calibrated detector
'mc' : 'PRE_MC_71_V3::All',
# GlobalTag for MC production with realistic alignment and calibrations
'startup' : 'PRE_STA71_V2::All',
# GlobalTag for MC production of Heavy Ions events with realistic alignment and calibrations
Expand All @@ -13,8 +13,8 @@
# then it should point to the GR_H tag and override the connection string and pfnPrefix for use offline
'hltonline' : 'GR_H_V36::All,frontier://FrontierProd/CMS_COND_31X_GLOBALTAG,frontier://FrontierProd/',
# GlobalTag for POSTLS1 upgrade studies:
'upgradePLS1' : 'PRE_LS171_V3::All',
'upgradePLS150ns' : 'PRE_LS171_V4::All',
'upgradePLS1' : 'PRE_LS171_V5::All',
'upgradePLS150ns' : 'PRE_LS171_V6::All',
'upgrade2017' : 'DES17_70_V2::All', # placeholder (GT not meant for standard RelVal)
'upgrade2019' : 'DES19_70_V2::All', # placeholder (GT not meant for standard RelVal)
'upgradePLS3' : 'POSTLS262_V1::All' # placeholder (GT not meant for standard RelVal)
Expand Down