Skip to content
Snippets Groups Projects
Commit 7499e8b2 authored by Edward Moyse's avatar Edward Moyse
Browse files

Merge branch 'master-athena-monitoring-onl-converntion-run3' into 'master'

AthenaMonitoring: Set up online convention in online for Run 3 monitoring

See merge request atlas/athena!37782
parents 24cbbb4b fc42da26
No related branches found
No related tags found
No related merge requests found
......@@ -135,8 +135,8 @@ class AthMonitorCfgHelper(object):
pathToSet = self.inputFlags.DQ.FileKey+('/%s' % topPath if topPath else '')
array.broadcast('HistPath',pathToSet)
array.broadcast('UseCache',True)
# in the future, autodetect if we are online or not
array.broadcast('convention','OFFLINE')
convention = 'ONLINE' if self.inputFlags.Common.isOnline else 'OFFLINE'
array.broadcast('convention', convention)
array.broadcast('defaultDuration',defaultDuration)
alg.GMTools += array.toolList()
return array
......
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