From 3e876d354368df0634b2ea8e707569affbe7c42e Mon Sep 17 00:00:00 2001 From: Chris West Date: Thu, 5 Sep 2019 03:46:59 +0200 Subject: [PATCH 1/3] Updates to beamspot, tracker alignment, muon alignment, ECAL calibrations and a fix for pixel conditions for a single fill. --- Configuration/AlCa/python/autoCond.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index e1faf9791e9e1..13924771c8238 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -24,11 +24,11 @@ # GlobalTag for MC production (p-Pb collisions) with realistic alignment and calibrations for Run2 'run2_mc_pa' : '106X_mcRun2_pA_v5', # GlobalTag for Run1 data reprocessing - 'run1_data' : '106X_dataRun2_v21', + 'run1_data' : '106X_dataRun2_v22', # GlobalTag for Run2 data reprocessing - 'run2_data' : '106X_dataRun2_v21', + 'run2_data' : '106X_dataRun2_v22', # GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu - 'run2_data_relval' : '106X_dataRun2_relval_v20', + 'run2_data_relval' : '106X_dataRun2_relval_v21', # GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail 'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v10', # GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed) From 765cad389af17e37a83df2874495994fa0699669 Mon Sep 17 00:00:00 2001 From: Chris West Date: Thu, 5 Sep 2019 03:47:51 +0200 Subject: [PATCH 2/3] Updated PPS conditions for consistency with 2018 UL --- Configuration/AlCa/python/autoCond.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index 13924771c8238..d3faf394b2286 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -30,10 +30,10 @@ # GlobalTag for Run2 data relvals: allows customization to run with fixed L1 menu 'run2_data_relval' : '106X_dataRun2_relval_v21', # GlobalTag for Run2 data 2018B relvals only: HEM-15-16 fail - 'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v10', + 'run2_data_promptlike_HEfail' : '106X_dataRun2_PromptLike_HEfail_v11', # GlobalTag for Run2 data 2016H relvals only: Prompt Conditions + fixed L1 menu (to be removed) - 'run2_data_promptlike' : '106X_dataRun2_PromptLike_v11', - 'run2_data_promptlike_hi' : '106X_dataRun2_PromptLike_HI_v11', + 'run2_data_promptlike' : '106X_dataRun2_PromptLike_v12', + 'run2_data_promptlike_hi' : '106X_dataRun2_PromptLike_HI_v12', # GlobalTag for Run1 HLT: it points to the online GT 'run1_hlt' : '101X_dataRun2_HLT_frozen_v9', # GlobalTag for Run2 HLT: it points to the online GT From 3d205fe078b3131585d756dd88ad53e586fc602b Mon Sep 17 00:00:00 2001 From: Chris West Date: Thu, 5 Sep 2019 03:48:37 +0200 Subject: [PATCH 3/3] Updated 2018 MC tracker alignment scenario and APEs --- Configuration/AlCa/python/autoCond.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index d3faf394b2286..c5a8f365d2238 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -54,11 +54,11 @@ # GlobalTag for MC production with perfectly aligned and calibrated detector for full Phase1 2018 (and 0,0,0-centred beamspot) 'phase1_2018_design' : '106X_upgrade2018_design_v5', # GlobalTag for MC production with realistic conditions for full Phase1 2018 detector - 'phase1_2018_realistic' : '106X_upgrade2018_realistic_v7', + 'phase1_2018_realistic' : '106X_upgrade2018_realistic_v8', # GlobalTag for MC production with realistic conditions for full Phase1 2018 detector for Heavy Ion 'phase1_2018_realistic_hi' : '106X_upgrade2018_realistic_HI_v5', # GlobalTag for MC production with realistic conditions for full Phase1 2018 detector: HEM-15-16 fail - 'phase1_2018_realistic_HEfail' : '106X_upgrade2018_realistic_HEfail_v7', + 'phase1_2018_realistic_HEfail' : '106X_upgrade2018_realistic_HEfail_v8', # GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in DECO mode 'phase1_2018_cosmics' : '106X_upgrade2018cosmics_realistic_deco_v4', # GlobalTag for MC production (cosmics) with realistic conditions for full Phase1 2018 detector, Strip tracker in PEAK mode