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 GTs in AutoCond.py for CMSSW_7_0_0_pre13 #2251

Merged
merged 1 commit into from Jan 31, 2014
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
20 changes: 10 additions & 10 deletions Configuration/AlCa/python/autoCond.py
@@ -1,23 +1,23 @@
autoCond = {
# GlobalTag for MC production with perfectly aligned and calibrated detector
'mc' : 'MC_70_V3::All',
'mc' : 'MC_70_V4::All',
# GlobalTag for MC production with realistic alignment and calibrations
'startup' : 'START70_V4::All',
'startup' : 'START70_V6::All',
# GlobalTag for MC production of Heavy Ions events with realistic alignment and calibrations
'starthi' : 'STARTHI70_V5::All',
'starthi' : 'STARTHI70_V7::All',
# GlobalTag for MC production of p-Pb events with realistic alignment and calibrations
'startpa' : 'STARTHI70_V6::All',
'startpa' : 'STARTHI70_V8::All',
# GlobalTag for data reprocessing: this should always be the GR_R tag
'com10' : 'GR_R_62_V3::All',
'com10' : 'GR_R_70_V1::All',
# GlobalTag for running HLT on recent data: this should be the GR_P (prompt reco) global tag until a compatible GR_H tag is available,
# then it should point to the GR_H tag and override the connection string and pfnPrefix for use offline
'hltonline' : 'GR_H_V33::All,frontier://FrontierProd/CMS_COND_31X_GLOBALTAG,frontier://FrontierProd/',
# GlobalTag for POSTLS1 upgrade studies:
'upgradePLS1' : 'POSTLS162_V4::All',
'upgradePLS150ns' : 'POSTLS162_V5::All',
'upgrade2017' : 'DES17_70_V2::All', # placeholder (GT not meant for 62X)
'upgrade2019' : 'DES19_70_V2::All', # placeholder (GT not meant for 62X)
'upgradePLS3' : 'POSTLS262_V1::All' # placeholder (GT not meant for 62X)
'upgradePLS1' : 'POSTLS170_V3::All',
'upgradePLS150ns' : 'POSTLS170_V4::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)
}

aliases = {
Expand Down