ATLAS Offline Software
tdq.py
Go to the documentation of this file.
1 # Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2 
3 from ..lib import DCSC_Subdetector, DCSC_Variable
4 
6 
7  folder_base = "/TDQ/DCS"
8 
9  mapping = {
10  401: list(range( 5, 32)),
11  402: list(range(51, 68)),
12  403: list(range(32, 45)),
13  404: list(range( 1, 5)) + list(range(45, 51)),
14  }
15 
16  variables = [
17  DCSC_Variable("WIENER/LVL1", lambda iov: iov.General_Status_GetPowerOn is True),
18  ]
19 
20  dead_fraction_caution = 0.00000005
21  dead_fraction_bad = 0.0000001
python.subdetector.DCSC_Subdetector
Definition: subdetector.py:22
python.variable.DCSC_Variable
Definition: variable.py:33
plotBeamSpotVxVal.range
range
Definition: plotBeamSpotVxVal.py:195
histSizes.list
def list(name, path='/')
Definition: histSizes.py:38
python.subdetectors.tdq.TDQ
Definition: tdq.py:5