ATLAS Offline Software
Loading...
Searching...
No Matches
python.subdetectors Namespace Reference

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)

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

str 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)