ATLAS Offline Software
Loading...
Searching...
No Matches
python.constants Namespace Reference

Functions

 DEFECT_IOV (channel, present, recoverable, user, comment)

Variables

str DEFAULT_CONNECTION_STRING = "COOLOFL_GLOBAL/CONDBR2"
str PARENT_FOLDERSET = "/GLOBAL/DETSTATUS"
str DEFECTS_FOLDER = "/GLOBAL/DETSTATUS/DEFECTS"
str DEFECT_FOLDER_DESC = "Data Quality defects folder"
str DEFECT_LOGIC_FOLDER = "/GLOBAL/DETSTATUS/DEFECTLOGIC"
str DEFECT_LOGIC_FOLDER_DESC = "Data Quality virtual defects logic"
str DEFECT_LOGIC_TAG_FORMAT = "DetStatusDEFECTLOGIC-%04i"

Function Documentation

◆ DEFECT_IOV()

python.constants.DEFECT_IOV ( channel,
present,
recoverable,
user,
comment )

Definition at line 18 of file DataQuality/DQDefects/python/constants.py.

18def DEFECT_IOV(channel, present, recoverable, user, comment):
19 pass

Variable Documentation

◆ DEFAULT_CONNECTION_STRING

str python.constants.DEFAULT_CONNECTION_STRING = "COOLOFL_GLOBAL/CONDBR2"

Definition at line 7 of file DataQuality/DQDefects/python/constants.py.

◆ DEFECT_FOLDER_DESC

str python.constants.DEFECT_FOLDER_DESC = "Data Quality defects folder"

Definition at line 11 of file DataQuality/DQDefects/python/constants.py.

◆ DEFECT_LOGIC_FOLDER

str python.constants.DEFECT_LOGIC_FOLDER = "/GLOBAL/DETSTATUS/DEFECTLOGIC"

Definition at line 13 of file DataQuality/DQDefects/python/constants.py.

◆ DEFECT_LOGIC_FOLDER_DESC

str python.constants.DEFECT_LOGIC_FOLDER_DESC = "Data Quality virtual defects logic"

Definition at line 14 of file DataQuality/DQDefects/python/constants.py.

◆ DEFECT_LOGIC_TAG_FORMAT

str python.constants.DEFECT_LOGIC_TAG_FORMAT = "DetStatusDEFECTLOGIC-%04i"

Definition at line 15 of file DataQuality/DQDefects/python/constants.py.

◆ DEFECTS_FOLDER

str python.constants.DEFECTS_FOLDER = "/GLOBAL/DETSTATUS/DEFECTS"

Definition at line 10 of file DataQuality/DQDefects/python/constants.py.

◆ PARENT_FOLDERSET

str python.constants.PARENT_FOLDERSET = "/GLOBAL/DETSTATUS"

Definition at line 9 of file DataQuality/DQDefects/python/constants.py.