Skip to content

Commit

Permalink
Merge pull request cms-sw#11 from diguida/autoCond_for_702
Browse files Browse the repository at this point in the history
Add the proper GlobalTag to be able to use properly APVCyclePhaseProducerFromL1TS
  • Loading branch information
venturia committed Mar 27, 2014
2 parents 9428f20 + 3552e90 commit 914fa9c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Configuration/AlCa/python/autoCond.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
autoCond = {
# GlobalTag for MC production with perfectly aligned and calibrated detector
'mc' : 'MC_70_V4::All',
'mc' : 'MC_70_V6::All',
# GlobalTag for MC production with realistic alignment and calibrations
'startup' : 'START70_V6::All',
'startup' : 'START70_V7::All',
# GlobalTag for MC production of Heavy Ions events with realistic alignment and calibrations
'starthi' : 'STARTHI70_V7::All',
'starthi' : 'STARTHI70_V9::All',
# GlobalTag for MC production of p-Pb events with realistic alignment and calibrations
'startpa' : 'STARTHI70_V8::All',
'startpa' : 'STARTHI70_V10::All',
# GlobalTag for data reprocessing: this should always be the GR_R tag
'com10' : 'GR_R_70_V1::All',
'com10' : 'GR_R_70_V2::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/',
'hltonline' : 'GR_H_V35::All,frontier://FrontierProd/CMS_COND_31X_GLOBALTAG,frontier://FrontierProd/',
# GlobalTag for POSTLS1 upgrade studies:
'upgradePLS1' : 'POSTLS170_V7::All',
'upgradePLS150ns' : 'POSTLS170_V6::All',
Expand Down

0 comments on commit 914fa9c

Please sign in to comment.