ATLAS Offline Software
Trigger
TrigHypothesis
TrigHypoCommonTools
python
TrigHypoCommonTools.py
Go to the documentation of this file.
1
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
from
AthenaConfiguration.ComponentFactory
import
CompFactory
4
5
6
def
TrigGenericHypoToolFromDict
(chainDict):
7
passString =
''
8
if
'mistimemonj400'
in
chainDict[
'chainParts'
][0][
'monType'
]:
9
passString =
"HLT_TrigCompositeMistimeJ400.pass"
10
11
tool = CompFactory.TrigGenericHypoTool(name=chainDict[
'chainName'
],
12
PassString=passString)
13
return
tool
TrigHypoCommonTools.TrigGenericHypoToolFromDict
def TrigGenericHypoToolFromDict(chainDict)
Definition:
TrigHypoCommonTools.py:6
Generated on Thu Nov 7 2024 21:29:50 for ATLAS Offline Software by
1.8.18