![]() |
ATLAS Offline Software
|
Namespaces | |
| namespace | afp |
| namespace | data |
| namespace | global_system |
| namespace | lar |
| namespace | lucid |
| namespace | magnets |
| namespace | mdt |
| namespace | mmg |
| namespace | rpc |
| namespace | sct |
| namespace | stg |
| namespace | tdq |
| namespace | tgc |
| namespace | tile |
| namespace | trig |
| namespace | trt |
Variables | |
| list | ALL_SYSTEMS = [AFP, LAr, Lucid, MDT, RPC, SCT, TDQ, Tile, TGC, TRT, Magnets, Global, Trigger, STG, MMG] |
| str | 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.
| str 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.