ATLAS Offline Software
Namespaces | Variables
DataQuality/DCSCalculator2/python/subdetectors/__init__.py File Reference

Go to the source code of this file.

Namespaces

 python.subdetectors
 

Variables

list python.subdetectors.ALL_SYSTEMS = [AFP, LAr, Lucid, MDT, RPC, SCT, TDQ, Tile, TGC, TRT, Magnets, Global, Trigger, STG, MMG]
 
string python.subdetectors.SYS_NAMES = ", ".join(map(lambda x: x.__name__, ALL_SYSTEMS))
 
 python.subdetectors.SYSTEM_MAP = dict((x.__name__, x) for x in ALL_SYSTEMS)