![]() |
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 420 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 374 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.DQChannel | ( | name | ) |
Definition at line 126 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.DQChannels | ( | ) |
Definition at line 119 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoder | ( | lhcRun | ) |
Definition at line 171 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoderRun1 | ( | ) |
Definition at line 179 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoderRun2 | ( | ) |
Definition at line 259 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.InitDetectorMaskDecoderRun3 | ( | ) |
Definition at line 346 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.isDQ | ( | name | ) |
Definition at line 136 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.LArConfig | ( | type | ) |
Definition at line 445 of file AtlRunQueryLookup.py.
def python.utils.AtlRunQueryLookup.splitAt | ( | line, | |
splitstring = ',' , |
|||
splitsize = 80 |
|||
) |
Definition at line 410 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.DQChannelDict |
Definition at line 22 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.DQGroupDict |
Definition at line 86 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.DQSuperGroupsDict |
Definition at line 65 of file AtlRunQueryLookup.py.
string python.utils.AtlRunQueryLookup.mask = "0x1fffffffffff7" |
Definition at line 460 of file AtlRunQueryLookup.py.
dictionary python.utils.AtlRunQueryLookup.OLCAlgorithms |
Definition at line 143 of file AtlRunQueryLookup.py.