From dd25fdc2573566ff44aa3e90fd97d35739a460f5 Mon Sep 17 00:00:00 2001
From: Salvador Marti <salvador.marti@ific.uv.es>
Date: Fri, 22 May 2020 09:18:39 +0200
Subject: [PATCH] set Local Solving to False by default

---
 .../InDetPerformanceMonitoring/share/InDetAlign_Setup.py        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py b/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py
index a4ef8f9c1595..348e51364f4e 100644
--- a/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py
+++ b/InnerDetector/InDetMonitoring/InDetPerformanceMonitoring/share/InDetAlign_Setup.py
@@ -41,7 +41,7 @@ newInDetAlignAlg_Options = {
     ,"inputVectorFiles"     : [ "vector.bin" ]       #  list of vector files when solving only
     ,"inputTFiles"          : ["AlignmentTFile.root"]# list of the Alignment TFiles, used only if WriteTFile is True
     ,"solvingOption"        : 3                      #  which global solver to run 0-none, 1-Lapack, 2-Eigen, 6-ROOT, 7-CLHEP
-    ,"solveLocal"           : True                   #  whether to run local solving
+    ,"solveLocal"           : False                  #  whether to run local solving
     ,"writeMatrixFile"      : True                   #  whether to write matrix to file before solving
     ,"writeMatrixFileTxt"   : True                   #  whether to write matrix to text file
     ,"WriteTFile"           : True                   #  use ROOT files for store the matrix
-- 
GitLab