ATLAS Offline Software
Loading...
Searching...
No Matches
python.TrigFullScanLRTHypoTool Namespace Reference

Functions

 TrigLRTHypoToolFromDict (flags, chainDict)

Variables

 log = logging.getLogger('TrigLRTHypoTool')

Function Documentation

◆ TrigLRTHypoToolFromDict()

python.TrigFullScanLRTHypoTool.TrigLRTHypoToolFromDict ( flags,
chainDict )
Use menu decoded chain dictionary to configure the tool 

Definition at line 6 of file TrigFullScanLRTHypoTool.py.

6def TrigLRTHypoToolFromDict( flags, chainDict ):
7 """ Use menu decoded chain dictionary to configure the tool """
8
9 name = chainDict['chainName']
10 from AthenaConfiguration.ComponentFactory import CompFactory
11 tool = CompFactory.FastTrackFinderLRTHypoTool(name)
12
13 return tool

Variable Documentation

◆ log

python.TrigFullScanLRTHypoTool.log = logging.getLogger('TrigLRTHypoTool')

Definition at line 4 of file TrigFullScanLRTHypoTool.py.