ATLAS Offline Software
|
Classes | |
class | Defect |
Functions | |
def | build_table (**kwargs) |
def | build_defects (descriptions, virtuals, intolerables, lbs, lumis, all_defects) |
def | copy_art (target_dir) |
def | main () |
Variables | |
verbose | |
ip | |
string | GRAPH_URL = "http://atlasdqm.web.cern.ch/atlasdqm/defect_graph/HEAD" |
list | headings |
Headings control the content which is displayed. More... | |
heading_names | |
heading_titles | |
string | content_string |
def dq_defect_info_table.build_defects | ( | descriptions, | |
virtuals, | |||
intolerables, | |||
lbs, | |||
lumis, | |||
all_defects | |||
) |
Definition at line 123 of file dq_defect_info_table.py.
def dq_defect_info_table.build_table | ( | ** | kwargs | ) |
def dq_defect_info_table.copy_art | ( | target_dir | ) |
Definition at line 143 of file dq_defect_info_table.py.
def dq_defect_info_table.main | ( | ) |
Definition at line 152 of file dq_defect_info_table.py.
string dq_defect_info_table.content_string |
Definition at line 46 of file dq_defect_info_table.py.
string dq_defect_info_table.GRAPH_URL = "http://atlasdqm.web.cern.ch/atlasdqm/defect_graph/HEAD" |
Definition at line 24 of file dq_defect_info_table.py.
dq_defect_info_table.heading_names |
Definition at line 44 of file dq_defect_info_table.py.
dq_defect_info_table.heading_titles |
Definition at line 44 of file dq_defect_info_table.py.
list dq_defect_info_table.headings |
Headings control the content which is displayed.
(Defect.name, "Heading description") Blank identifier means it is constructed entirely inside Defect.content
Definition at line 29 of file dq_defect_info_table.py.
dq_defect_info_table.ip |
Definition at line 22 of file dq_defect_info_table.py.
dq_defect_info_table.verbose |
Definition at line 17 of file dq_defect_info_table.py.