ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
DataQuality
DCSCalculator2
python
subdetectors
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
5
class
TDQ
(
DCSC_Subdetector
):
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:21
python.subdetectors.tdq.TDQ
Definition
tdq.py:5
python.variable.DCSC_Variable
Definition
variable.py:32
Generated on
for ATLAS Offline Software by
1.17.0