ATLAS Offline Software
|
Namespaces | |
afp | |
data | |
global_system | |
lar | |
lucid | |
magnets | |
mdt | |
mmg | |
rpc | |
sct | |
stg | |
tdq | |
tgc | |
tile | |
trig | |
trt | |
Variables | |
list | ALL_SYSTEMS = [AFP, LAr, Lucid, MDT, RPC, SCT, TDQ, Tile, TGC, TRT, Magnets, Global, Trigger, STG, MMG] |
string | SYS_NAMES = ", ".join(map(lambda x: x.__name__, ALL_SYSTEMS)) |
SYSTEM_MAP = dict((x.__name__, x) for x in ALL_SYSTEMS) | |
list python.subdetectors.ALL_SYSTEMS = [AFP, LAr, Lucid, MDT, RPC, SCT, TDQ, Tile, TGC, TRT, Magnets, Global, Trigger, STG, MMG] |
Definition at line 19 of file DataQuality/DCSCalculator2/python/subdetectors/__init__.py.
string python.subdetectors.SYS_NAMES = ", ".join(map(lambda x: x.__name__, ALL_SYSTEMS)) |
Definition at line 20 of file DataQuality/DCSCalculator2/python/subdetectors/__init__.py.
python.subdetectors.SYSTEM_MAP = dict((x.__name__, x) for x in ALL_SYSTEMS) |
Definition at line 22 of file DataQuality/DCSCalculator2/python/subdetectors/__init__.py.