![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, str filename="", str jsonString="", str dbalias="", int smkey=0, int monikey=0, bool useCrest=False, str crestServer="") | |
| monitoringDict (self) | |
| monitoredChains (self, signatures="", monLevels="", wildcard="") | |
| monitoringLevels (self, signatures=None) | |
| printSummary (self) | |
this class provides access to the HLT monitoring json
Definition at line 143 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTMonitoringAccess.__init__ | ( | self, | |
| str | filename = "", | ||
| str | jsonString = "", | ||
| str | dbalias = "", | ||
| int | smkey = 0, | ||
| int | monikey = 0, | ||
| bool | useCrest = False, | ||
| str | crestServer = "" ) |
accessor needs to be initialized with either a filename or the dbalias and hlpskey
Definition at line 147 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTMonitoringAccess.monitoredChains | ( | self, | |
| signatures = "", | |||
| monLevels = "", | |||
| wildcard = "" ) |
return list of all monitored shifter chains for given signature and for a given monitoring level
signatures - monitored signature or list of signatures for which to return the chains
empty string means all signatures
monLevels - levels of monitoring (shifter, t0 (expert), val (validation))
wildcard - regexp pattern to match the chains' names
if monitoring level is not defined return all the chains for given signature
if signature is not defined return all the chains for given monitoring level
if both monitoring level and signature are not defined, raturn all chains
return can be filtered by wildcard
Definition at line 177 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTMonitoringAccess.monitoringDict | ( | self | ) |
return stored monitoring dictionary
Definition at line 170 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTMonitoringAccess.monitoringLevels | ( | self, | |
| signatures = None ) |
return all monitoring levels If one ore more signatures are specified, return only monitoring levels for those
Definition at line 230 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTMonitoringAccess.printSummary | ( | self | ) |
Definition at line 247 of file HLTTriggerConfigAccess.py.