From 008e3bb844aa351a0f25d8e6fa2064fe8c84c0d2 Mon Sep 17 00:00:00 2001 From: scott snyder <snyder@bnl.gov> Date: Fri, 25 Sep 2020 17:19:54 +0200 Subject: [PATCH] SiSPSeededTrackFinder: Conditions dependency fix. For the StandaloneFromESD test configuration, clear the dependency of NnClusterizationFactory on the lwtnn object. It's not built and not used. --- .../share/SiSPSeededTracksStandaloneFromESD.py | 1 + 1 file changed, 1 insertion(+) diff --git a/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/share/SiSPSeededTracksStandaloneFromESD.py b/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/share/SiSPSeededTracksStandaloneFromESD.py index aa539246a6de..ca041af94296 100644 --- a/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/share/SiSPSeededTracksStandaloneFromESD.py +++ b/InnerDetector/InDetRecAlgs/SiSPSeededTrackFinder/share/SiSPSeededTracksStandaloneFromESD.py @@ -415,6 +415,7 @@ if doPixel: ToolSvc += NeuralNetworkToHistoTool from SiClusterizationTool.SiClusterizationToolConf import InDet__NnClusterizationFactory NnClusterizationFactory = InDet__NnClusterizationFactory(name = "NnClusterizationFactory", + NnCollectionJSONReadKey = "", PixelLorentzAngleTool = ToolSvc.PixelLorentzAngleTool, useToT = InDetFlags.doNNToTCalibration(), NnCollectionReadKey = "PixelClusterNN", -- GitLab