From 436ed695ee7b5bd6eca92350ab934a44107c82c2 Mon Sep 17 00:00:00 2001
From: Oliver Majersky <oliver.majersky@cern.ch>
Date: Wed, 21 Feb 2024 22:24:05 +0100
Subject: [PATCH] Remove FTAG selectionNmaes that are actually never used.

---
 .../FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py        | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py
index 2762224eb806..6018481fb1a9 100644
--- a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py
+++ b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisConfig.py
@@ -206,9 +206,6 @@ class FTagConfig (ConfigBlock):
             alg.selectionTool.maxEta = 2.5
             alg.selectionDecoration = 'ftag_kin_select_' + selectionName + ',as_char'
             alg.preselection = config.getPreselection (self.containerName, selectionName)
-            config.addSelection (self.containerName, selectionName,
-                                 alg.selectionDecoration,
-                                 preselection=True)
             alg.particles = config.readName (self.containerName)
 
         # Set up the ftag selection algorithm(s):
-- 
GitLab