diff --git a/Reconstruction/eflowRec/share/PFlowMTConfig.py b/Reconstruction/eflowRec/share/PFlowMTConfig.py index 9b0867375cbe9dc18b87c792832ed7d13d5d7c99..56ac69502467e4bb3b7cd02af53d38ce9958e3f0 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