Skip to content
Snippets Groups Projects
Commit ac35a28f authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'config.DataQualityTools-20190731' into 'master'

DataQualityTools: Fix configuration.

See merge request atlas/athena!25247
parents 05db6815 529fc96c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ def DQTDataFlowMonAlgConfig(flags):
return helper.result()
def DQTDataFlowMonAlgConfigOld(flags):
from AthenaMonitoring import AthMonitorCfgHelperOld
from AthenaMonitoring.AthMonitorCfgHelper import AthMonitorCfgHelperOld
from AthenaCommon.GlobalFlags import globalflags
helper = AthMonitorCfgHelperOld(flags, 'DQTDataFlowMonAlgCfg')
_DQTDataFlowMonAlgConfigCore(helper, globalflags.DataSource() == 'geant4')
......
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