ATLAS Offline Software
TestDisplayHI_T0.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
2 
3 from DataQualityUtils.DQWebDisplayConfig import DQWebDisplayConfig
4 
5 dqconfig = DQWebDisplayConfig()
6 dqconfig.config = "TEST"
7 
8 # The "current" files are symbolic links that will always point to the revision that is currently used by Tier 0.
9 # You can change these settings in your local working copy of this file, but please do not commit the change to SVN.
10 hcfg_dir = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/tier0/han_config/HeavyIons"
11 revision = "current"
12 
13 dqconfig.hcfg = "%s/heavyions_run.%s.hcfg" % (hcfg_dir, revision)
14 dqconfig.hcfg_min10 = "%s/heavyions_minutes10.%s.hcfg" % (hcfg_dir, revision)
15 dqconfig.hcfg_min30 = "%s/heavyions_minutes30.%s.hcfg" % (hcfg_dir, revision)
16 
17 dqconfig.histogramCache = "/afs/cern.ch/user/a/atlasdqm/w1/histogram_web_display_cache"
18 dqconfig.hanResultsDir = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/han_results/test"
19 dqconfig.htmlDir = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/www/test"
20 dqconfig.htmlWeb = "http://atlasdqm.web.cern.ch/atlasdqm/test"
21 dqconfig.runlist = "runlist_TEST.xml"
22 dqconfig.indexFile = "results_TEST.html"
23 dqconfig.lockFile = "DQWebDisplay_TEST.lock"
24 dqconfig.doHandi = False