From 70c7e961785231789002928f42d61eba6863853c Mon Sep 17 00:00:00 2001
From: John Chapman <jchapman@cern.ch>
Date: Fri, 6 Nov 2020 15:33:21 +0100
Subject: [PATCH] Fix misnaming instance of SiLorentzAngleTool as
 SCT_SiLorentzAngleCondAlg

---
 .../SiLorentzAngleTool/python/SCT_LorentzAngleConfig.py         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/InnerDetector/InDetConditions/SiLorentzAngleTool/python/SCT_LorentzAngleConfig.py b/InnerDetector/InDetConditions/SiLorentzAngleTool/python/SCT_LorentzAngleConfig.py
index 5c9c5a3b968..d33dbef8f02 100644
--- a/InnerDetector/InDetConditions/SiLorentzAngleTool/python/SCT_LorentzAngleConfig.py
+++ b/InnerDetector/InDetConditions/SiLorentzAngleTool/python/SCT_LorentzAngleConfig.py
@@ -43,5 +43,5 @@ def SCT_LorentzAngleCfg(flags, name="SCT_SiLorentzAngleCondAlg",
     toolkwargs["DetectorName"] = "SCT"
     toolkwargs["DetEleCollKey"] = "SCT_DetectorElementCollection"
     toolkwargs["SiLorentzAngleCondData"] = "SCTSiLorentzAngleCondData"
-    acc.setPrivateTools(SiLorentzAngleTool(name, **toolkwargs))
+    acc.setPrivateTools(SiLorentzAngleTool(name="SCTLorentzAngleTool", **toolkwargs))
     return acc
-- 
GitLab