ATLAS Offline Software
TriggerInterface.py
Go to the documentation of this file.
1 #
2 # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 #
4 
5 '''@file TriggerInterface.py
6 @author P. Onyisi
7 @date 2019-04-12
8 @brief Simple new configuration framework functions for getting the TrigDecisionTool.
9 Wrapping underling call in case any additional monitoring configuration is required in the future
10 '''
11 from AthenaConfiguration.AccumulatorCache import AccumulatorCache
12 
13 @AccumulatorCache
15  from TrigDecisionTool.TrigDecisionToolConfig import TrigDecisionToolCfg as getTDT
16  return getTDT(flags)
python.TriggerInterface.TrigDecisionToolCfg
def TrigDecisionToolCfg(flags)
Definition: TriggerInterface.py:14