From 74998804bcdf26accf1751d9fe666998d8514535 Mon Sep 17 00:00:00 2001 From: Chris West Date: Fri, 6 Dec 2019 22:45:40 +0100 Subject: [PATCH] Add new key run2_mc_pre_vfp for 2016 pre-VFP change era --- Configuration/AlCa/python/autoCond.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Configuration/AlCa/python/autoCond.py b/Configuration/AlCa/python/autoCond.py index d8ad7a211db6e..2aa3b989492d9 100644 --- a/Configuration/AlCa/python/autoCond.py +++ b/Configuration/AlCa/python/autoCond.py @@ -15,7 +15,9 @@ 'run2_mc_l1stage1' : '106X_mcRun2_asymptotic_l1stage1_v4', # GlobalTag for MC production with perfectly aligned and calibrated detector for Run2 'run2_design' : '106X_mcRun2_design_v6', - #GlobalTag for MC production with optimistic alignment and calibrations for Run2 + #GlobalTag for MC production with optimistic alignment and calibrations for 2016, prior to VFP change + 'run2_mc_pre_vfp' : '106X_mcRun2_asymptotic_preVFP_v1', + #GlobalTag for MC production with optimistic alignment and calibrations for 2016, after VFP change 'run2_mc' : '106X_mcRun2_asymptotic_v8', # GlobalTag for MC production (cosmics) with starup-like alignment and calibrations for Run2, Strip tracker in peak mode 'run2_mc_cosmics' : '106X_mcRun2cosmics_startup_deco_v5',