ATLAS Offline Software
Loading...
Searching...
No Matches
TrigDisplay.py
Go to the documentation of this file.
1# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2
3
4from DataQualityUtils.DQWebDisplayConfig import DQWebDisplayConfig
5
6dqconfig = DQWebDisplayConfig()
7dqconfig.config = "Trigger Reprocessing"
8dqconfig.hcfg = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/tier0/han_config/Trigger/trigger_run.current.hcfg"
9dqconfig.hcfg_min10 = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/tier0/han_config/Trigger/trigger_minutes10.current.hcfg"
10dqconfig.hcfg_min30 = "/afs/cern.ch/user/a/atlasdqm/dqmdisk/tier0/han_config/Trigger/trigger_minutes30.current.hcfg"
11dqconfig.hanResultsDir = "/afs/cern.ch/atlas/project/trigger/trigcaf/han_results"
12dqconfig.doHandi = False
13dqconfig.htmlDir = "/afs/cern.ch/atlas/project/trigger/trigcaf/www"
14dqconfig.htmlWeb = "http://atlasdqm.cern.ch/tier0/trigger"
15dqconfig.runlist = "runlist_trigger.xml"
16dqconfig.indexFile = "results_trigger.html"
17dqconfig.lockFile = "DQWebDisplay_trigger.lock"