Skip to content
Snippets Groups Projects
Commit f7bf6a5e authored by Harald Fox's avatar Harald Fox
Browse files

- added TauMonitoringConfig.py

parent 1f03fcdb
No related branches found
No related tags found
No related merge requests found
#
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
#
def TauMonitoringConfig(flags):
from AthenaConfiguration.ComponentAccumulator import ComponentAccumulator
from .DQTDataFlowMonAlg import DQTDataFlowMonAlgConfig
from .DQTDetSynchMonAlg import DQTDetSynchMonAlgConfig
result = ComponentAccumulator()
result.merge(DQTDataFlowMonAlgConfig(flags))
# really should only configure when input is RAW
result.merge(DQTDetSynchMonAlgConfig(flags))
return result
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment