ATLAS Offline Software
Loading...
Searching...
No Matches
Trigger
TrigAnalysis
TrigDecisionToolLite
python
TrigDecisionToolLiteConfig.py
Go to the documentation of this file.
1
#
2
# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
#
4
5
from
AthenaConfiguration.ComponentFactory
import
CompFactory
6
from
TrigDecisionTool.TrigDecisionToolConfig
import
getRun3NavigationContainerFromInput
7
8
def
getTrigDecisionToolLite
(flags):
9
'''
10
@brief Configures and returns a TrigDecisionToolLite private tool instance
11
12
'''
13
return
CompFactory.Trig.TrigDecisionToolLite(
'TrigDecisionToolLite'
, HLTSummary = getRun3NavigationContainerFromInput(flags))
TrigDecisionToolLiteConfig.getTrigDecisionToolLite
getTrigDecisionToolLite(flags)
Definition
TrigDecisionToolLiteConfig.py:8
Generated on
for ATLAS Offline Software by
1.14.0