ATLAS Offline Software
Loading...
Searching...
No Matches
TrigHIUCCHypoConfig Namespace Reference

Functions

 TrigHIUCCHypoToolFromDict (flags, chainDict)

Function Documentation

◆ TrigHIUCCHypoToolFromDict()

TrigHIUCCHypoConfig.TrigHIUCCHypoToolFromDict ( flags,
chainDict )
Configure the ultra-central collisions hypo tool

Definition at line 6 of file TrigHIUCCHypoConfig.py.

6def TrigHIUCCHypoToolFromDict(flags, chainDict):
7 """Configure the ultra-central collisions hypo tool"""
8
9 tool = CompFactory.TrigHIUCCHypoTool(chainDict['chainName'])
10
11 UCCInfo = chainDict['chainParts'][0]['hypoUCCInfo'][0]
12
13 UCC_th = {"Th1": 3730*GeV,
14 "Th2": 4280*GeV,
15 "Th3": 4503*GeV }
16
17 tool.FCalEtThreshold = UCC_th[UCCInfo.removeprefix('ucc')]
18
19 return tool