Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
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  )
python.LArMinBiasAlgConfig.int
int
Definition: LArMinBiasAlgConfig.py:59
TrigMissingETHypoConfig.TrigMETHypoToolFromDict
def TrigMETHypoToolFromDict(chainDict)
Definition: TrigMissingETHypoConfig.py:5