ATLAS Offline Software
Loading...
Searching...
No Matches
DataQuality/DQDefects/python/constants.py
Go to the documentation of this file.
1# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
2
3# This defines some constants for the DQDefects module
4
5from DQUtils import define_iov_type
6
7DEFAULT_CONNECTION_STRING = "COOLOFL_GLOBAL/CONDBR2"
8
9PARENT_FOLDERSET = "/GLOBAL/DETSTATUS"
10DEFECTS_FOLDER = "/GLOBAL/DETSTATUS/DEFECTS"
11DEFECT_FOLDER_DESC = "Data Quality defects folder"
12
13DEFECT_LOGIC_FOLDER = "/GLOBAL/DETSTATUS/DEFECTLOGIC"
14DEFECT_LOGIC_FOLDER_DESC = "Data Quality virtual defects logic"
15DEFECT_LOGIC_TAG_FORMAT = "DetStatusDEFECTLOGIC-%04i"
16
17@define_iov_type
18def DEFECT_IOV(channel, present, recoverable, user, comment):
19 pass
DEFECT_IOV(channel, present, recoverable, user, comment)