From dbe2d229212c9b43d41b4657d22fa59b6340bfa5 Mon Sep 17 00:00:00 2001 From: Matthew Date: Fri, 8 Dec 2017 14:32:59 +0100 Subject: [PATCH] Update PbPb relval wf (150) to use 2018 conditions --- Configuration/PyReleaseValidation/python/relval_steps.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration/PyReleaseValidation/python/relval_steps.py b/Configuration/PyReleaseValidation/python/relval_steps.py index 1cb60f7e95fc3..5adaf20b5b2e4 100644 --- a/Configuration/PyReleaseValidation/python/relval_steps.py +++ b/Configuration/PyReleaseValidation/python/relval_steps.py @@ -755,7 +755,7 @@ def genS(fragment,howMuch): hiAlca2011 = {'--conditions':'auto:run1_mc_hi'} hiAlca2015 = {'--conditions':'auto:run2_mc_hi', '--era':'Run2_HI'} hiAlca2017 = {'--conditions':'auto:phase1_2017_realistic', '--era':'Run2_2017_pp_on_XeXe'} -hiAlca2018 = {'--conditions':'auto:phase1_2017_realistic', '--era':'Run2_2017'} +hiAlca2018 = {'--conditions':'auto:phase1_2018_realistic', '--era':'Run2_2018'} hiDefaults2011=merge([hiAlca2011,{'--scenario':'HeavyIons','-n':2}])