Skip to content
Snippets Groups Projects
Commit 436ed695 authored by Oliver Majersky's avatar Oliver Majersky
Browse files

Remove FTAG selectionNmaes that are actually never used.

parent af92d1c9
No related branches found
No related tags found
No related merge requests found
......@@ -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):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment