From 7ad2c213942f6b9965115cd59459cc0e11ea678f Mon Sep 17 00:00:00 2001 From: Salvatore Di Guida Date: Sun, 23 Mar 2014 22:51:55 +0100 Subject: [PATCH 1/2] New Run1 simulation GT including SiStrip offsets for APV cycle phase producers (and a fix for simulated geometry in HI workflows); new design GT including SiStrip offsets for APV cycle phase producers, technical improvements, and a fix for simulated Geometry; new HLT GT including SiStrip offsets for APV cycle phase producers. --- Configuration/AlCa/python/autoCond.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index e78754df4b8aa..d82df328b9a74 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -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', # 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', From 3552e90af1672cd58e81bd6724b49edc646fb72d Mon Sep 17 00:00:00 2001 From: Salvatore Di Guida Date: Wed, 26 Mar 2014 22:10:06 +0100 Subject: [PATCH 2/2] New Run1 data GT including SiStrip offsets for APV cycle phase producers. --- Configuration/AlCa/python/autoCond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index d82df328b9a74..900bb074e70f9 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -8,7 +8,7 @@ # GlobalTag for MC production of p-Pb events with realistic alignment and calibrations '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_V35::All,frontier://FrontierProd/CMS_COND_31X_GLOBALTAG,frontier://FrontierProd/',