ATLAS Offline Software
Trigger
TrigHypothesis
TrigMissingETHypo
python
TrigMissingETHypoConfig.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
5
def
TrigMETHypoToolFromDict
(chainDict):
6
"""Configure the Missing ET hypo tool"""
7
return
CompFactory.TrigMissingETHypoTool(
8
chainDict[
"chainName"
],
9
metThreshold =
int
(chainDict[
"chainParts"
][0][
"threshold"
]),
10
)
CaloCellPos2Ntuple.int
int
Definition:
CaloCellPos2Ntuple.py:24
TrigMissingETHypoConfig.TrigMETHypoToolFromDict
def TrigMETHypoToolFromDict(chainDict)
Definition:
TrigMissingETHypoConfig.py:5
Generated on Thu Nov 7 2024 21:29:57 for ATLAS Offline Software by
1.8.18