ATLAS Offline Software
Loading...
Searching...
No Matches
tdq.py
Go to the documentation of this file.
1# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
2
3from ..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