ATLAS Offline Software
Loading...
Searching...
No Matches
TestDisplay_T0.py
Go to the documentation of this file.
1# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2
3from DataQualityUtils.DQWebDisplayConfig import DQWebDisplayConfig
4
5dqconfig = DQWebDisplayConfig()
6dqconfig.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.
10hcfg_dir = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/tier0/han_config/Collisions"
11revision = "current"
12
13dqconfig.hcfg = "%s/collisions_run.%s.hcfg" % (hcfg_dir, revision)
14dqconfig.hcfg_min10 = "%s/collisions_minutes10.%s.hcfg" % (hcfg_dir, revision)
15dqconfig.hcfg_min30 = "%s/collisions_minutes30.%s.hcfg" % (hcfg_dir, revision)
16
17dqconfig.histogramCache = "/afs/cern.ch/user/a/atlasdqm/w1/histogram_web_display_cache"
18dqconfig.hanResultsDir = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/han_results/test"
19dqconfig.htmlDir = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/www/test"
20dqconfig.htmlWeb = "http://atlasdqm.web.cern.ch/atlasdqm/test"
21dqconfig.runlist = "runlist_TEST.xml"
22dqconfig.indexFile = "results_TEST.html"
23dqconfig.lockFile = "DQWebDisplay_TEST.lock"
24dqconfig.doHandi = False