From 8eb4bc3e61bd02b5e118941996d12adce88a64f5 Mon Sep 17 00:00:00 2001
From: Mark Hodgkinson <m.hodgkinson@sheffield.ac.uk>
Date: Thu, 27 Sep 2018 13:35:58 +0100
Subject: [PATCH] Update python configuration to remove PFClusterSelector and
 add PFClusterSelectorTool to PFAlgorithm.

---
 Reconstruction/eflowRec/share/PFlowMTConfig.py | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Reconstruction/eflowRec/share/PFlowMTConfig.py b/Reconstruction/eflowRec/share/PFlowMTConfig.py
index 9b0867375cb..56ac6950246 100644
--- a/Reconstruction/eflowRec/share/PFlowMTConfig.py
+++ b/Reconstruction/eflowRec/share/PFlowMTConfig.py
@@ -23,14 +23,14 @@ PFTrackSelector.trackSelectionTool = TrackSelectionTool
 
 topSequence += PFTrackSelector
 
-from eflowRec.eflowRecConf import PFClusterSelector
-PFClusterSelector=PFClusterSelector("PFClusterSelector")
-
-topSequence += PFClusterSelector
-
 from eflowRec.eflowRecConf import PFAlgorithm
 PFAlgorithm = PFAlgorithm("PFAlgorithm")
 
+from eflowRec.eflowRecConf import PFClusterSelectorTool
+PFClusterSelectorTool = PFClusterSelectorTool("PFClusterSelectorTool")
+
+PFAlgorithm.PFClusterSelectorTool = PFClusterSelectorTool
+
 PFAlgorithm.SubtractionToolList  = []
 
 from eflowRec.eflowRecConf import PFCellLevelSubtractionTool
-- 
GitLab