ATLAS Offline Software
Loading...
Searching...
No Matches
TrigEgammaPrecisionTrackingHypoTool.py
Go to the documentation of this file.
1# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3from AthenaConfiguration.ComponentFactory import CompFactory
4def _IncTool(name, tool=None):
5 if not tool:
6 tool = CompFactory.TrigEgammaPrecisionTrackingHypoTool( name )
7 tool.AcceptAll = True
8 return tool
9
10
12 """ Use menu decoded chain dictionary to configure the tool """
13 name = d['chainName']
14 #return _IncTool( name, __th( cparts[0]), __sel( cparts[0] ) )
15 return _IncTool( name , tool=tool)
16