Skip to content

Commit

Permalink
updated GTs for CMSSW_6_2_0 (TEC ring7 fix + muon misalignment + HCAL…
Browse files Browse the repository at this point in the history
…RecoParams)
  • Loading branch information
AlCa Service Account committed Jun 25, 2013
1 parent f24d18d commit d4dd880
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
autoCond = {
# GlobalTag for MC production with perfectly aligned and calibrated detector
'mc' : 'PRE_MC62_V7::All',
'mc' : 'PRE_MC62_V8::All',
# GlobalTag for MC production with realistic alignment and calibrations
'startup' : 'PRE_ST62_V7::All',
'startup' : 'PRE_ST62_V8::All',
# GlobalTag for MC production of Heavy Ions events with realistic alignment and calibrations
'starthi' : 'PRE_SH62_V13::All',
'starthi' : 'PRE_SH62_V15::All',
# GlobalTag for MC production of p-Pb events with realistic alignment and calibrations
'startpa' : 'PRE_SH62_V14::All',
'startpa' : 'PRE_SH62_V16::All',
# GlobalTag for data reprocessing: this should always be the GR_R tag
'com10' : 'PRE_62_V7::All',
'com10' : 'PRE_62_V8::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' : 'PRE_P62_V7::All',
'hltonline' : 'PRE_P62_V8::All',
# GlobalTag for POSTLS1 upgrade studies:
'upgradePLS1' : 'PRE_PO62_V6::All',
'upgrade2017' : 'DES17_61_V5::All',
'upgrade2019' : 'DES19_61_V5::All',
'upgradePLS3' : 'POSTLS261_V2::All'
'upgradePLS1' : 'PRE_PO62_V7::All',
'upgrade2017' : 'DES17_61_V5::All', # placeholder (GT not meant for 62X)
'upgrade2019' : 'DES19_61_V5::All', # placeholder (GT not meant for 62X)
'upgradePLS3' : 'POSTLS261_V2::All' # placeholder (GT not meant for 62X)
}

aliases = {
Expand Down

0 comments on commit d4dd880

Please sign in to comment.