ATLAS Offline Software
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 
5 from DQUtils import define_iov_type
6 
7 DEFAULT_CONNECTION_STRING = "COOLOFL_GLOBAL/CONDBR2"
8 
9 PARENT_FOLDERSET = "/GLOBAL/DETSTATUS"
10 DEFECTS_FOLDER = "/GLOBAL/DETSTATUS/DEFECTS"
11 DEFECT_FOLDER_DESC = "Data Quality defects folder"
12 
13 DEFECT_LOGIC_FOLDER = "/GLOBAL/DETSTATUS/DEFECTLOGIC"
14 DEFECT_LOGIC_FOLDER_DESC = "Data Quality virtual defects logic"
15 DEFECT_LOGIC_TAG_FORMAT = "DetStatusDEFECTLOGIC-%04i"
16 
17 @define_iov_type
18 def DEFECT_IOV(channel, present, recoverable, user, comment):
19  pass
python.constants.DEFECT_IOV
def DEFECT_IOV(channel, present, recoverable, user, comment)
Definition: DataQuality/DQDefects/python/constants.py:18