ATLAS Offline Software
Loading...
Searching...
No Matches
TriggerInterface.py
Go to the documentation of this file.
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.
9Wrapping underling call in case any additional monitoring configuration is required in the future
10'''
11from AthenaConfiguration.AccumulatorCache import AccumulatorCache
12
13@AccumulatorCache
15 from TrigDecisionTool.TrigDecisionToolConfig import TrigDecisionToolCfg as getTDT
16 return getTDT(flags)