ATLAS Offline Software
Namespaces | Variables
python.subdetectors Namespace Reference

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)
 

Variable Documentation

◆ ALL_SYSTEMS

list python.subdetectors.ALL_SYSTEMS = [AFP, LAr, Lucid, MDT, RPC, SCT, TDQ, Tile, TGC, TRT, Magnets, Global, Trigger, STG, MMG]

◆ SYS_NAMES

string python.subdetectors.SYS_NAMES = ", ".join(map(lambda x: x.__name__, ALL_SYSTEMS))

◆ SYSTEM_MAP

python.subdetectors.SYSTEM_MAP = dict((x.__name__, x) for x in ALL_SYSTEMS)