![]() |
ATLAS Offline Software
|
Functions | |
def | DQChannels () |
def | DQChannel (name) |
def | isDQ (name) |
def | InitDetectorMaskDecoder (lhcRun) |
def | InitDetectorMaskDecoderRun1 () |
def | InitDetectorMaskDecoderRun2 () |
def | InitDetectorMaskDecoderRun3 () |
def | DecodeDetectorMaskToString (detmask, lhcRun, smart) |
def | splitAt (line, splitstring=',', splitsize=80) |
def | DecodeDetectorMask (mask, lhcRun=3, smart=False) |
def | LArConfig (type) |
Variables | |
dictionary | DQChannelDict |
dictionary | DQSuperGroupsDict |
dictionary | DQGroupDict |
dictionary | OLCAlgorithms |
string | mask = "0x1fffffffffff7" |
def python.utils.AtlRunQueryLookup.DecodeDetectorMask | ( | mask, | |
lhcRun = 3 , |
|||
smart = False |
|||
) |
takes an decimal or hex string (hex string must start with 0x) and returns an HTML element
Definition at line 419 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.DecodeDetectorMaskToString | ( | detmask, | |
lhcRun, | |||
smart | |||
) |
takes (int) detmask returns ( (string) listOfDetectors, (bool) inclusion ) if smart is set to True, then the listOfDetectors might be inversed and excluded ones are shown
Definition at line 373 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.DQChannel | ( | name | ) |
Definition at line 125 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.DQChannels | ( | ) |
Definition at line 118 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoder | ( | lhcRun | ) |
Definition at line 170 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoderRun1 | ( | ) |
Definition at line 178 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoderRun2 | ( | ) |
Definition at line 258 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoderRun3 | ( | ) |
Definition at line 345 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.isDQ | ( | name | ) |
Definition at line 135 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.LArConfig | ( | type | ) |
Definition at line 444 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.splitAt | ( | line, | |
splitstring = ',' , |
|||
splitsize = 80 |
|||
) |
Definition at line 409 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.DQChannelDict |
Definition at line 21 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.DQGroupDict |
Definition at line 85 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.DQSuperGroupsDict |
Definition at line 64 of file AtlRunQueryLookup.py.
string python.utils.AtlRunQueryLookup.mask = "0x1fffffffffff7" |
Definition at line 459 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.OLCAlgorithms |
Definition at line 142 of file AtlRunQueryLookup.py.