![]() |
ATLAS Offline Software
|
Functions | |
| row_major (alist, sublen) | |
| col_major (alist, sublen) | |
| html_table (lol) | |
| list_to_html_table (alist, sublength, column_major=False) | |
Variables | |
| parser = argparse.ArgumentParser(description='Create the Physics Validation web page:', usage='%(prog)s -i ROC/ ') | |
| help | |
| default | |
| args = parser.parse_args() | |
| folder = os.path.abspath(args.input_dir) | |
| format = args.format | |
| nHisto = int(args.number_of_histo) | |
| files = glob.glob(format) | |
| my_htm_page = list_to_html_table(files, nHisto) | |
| hs = open("FTAG_PhysValWebPage.html", 'w') | |
| str | folder_eff = folder+"/eff_vs_Lxy" |
| str | folder_pt = folder+"/eff_vs_pt_ttbar" |
| int | is_ttbar = 1 |
| str | mypage = "<html><table>" |
| CreatePhysValWebPage.col_major | ( | alist, | |
| sublen ) |
Definition at line 23 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.html_table | ( | lol | ) |
Definition at line 33 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.list_to_html_table | ( | alist, | |
| sublength, | |||
| column_major = False ) |
Definition at line 66 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.row_major | ( | alist, | |
| sublen ) |
Definition at line 20 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.args = parser.parse_args() |
Definition at line 76 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.default |
Definition at line 13 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.files = glob.glob(format) |
Definition at line 93 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.folder = os.path.abspath(args.input_dir) |
Definition at line 77 of file CreatePhysValWebPage.py.
| str CreatePhysValWebPage.folder_eff = folder+"/eff_vs_Lxy" |
Definition at line 108 of file CreatePhysValWebPage.py.
| str CreatePhysValWebPage.folder_pt = folder+"/eff_vs_pt_ttbar" |
Definition at line 121 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.format = args.format |
Definition at line 84 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.help |
Definition at line 13 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.hs = open("FTAG_PhysValWebPage.html", 'w') |
Definition at line 103 of file CreatePhysValWebPage.py.
| int CreatePhysValWebPage.is_ttbar = 1 |
Definition at line 122 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.my_htm_page = list_to_html_table(files, nHisto) |
Definition at line 101 of file CreatePhysValWebPage.py.
| str CreatePhysValWebPage.mypage = "<html><table>" |
Definition at line 147 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.nHisto = int(args.number_of_histo) |
Definition at line 85 of file CreatePhysValWebPage.py.
| CreatePhysValWebPage.parser = argparse.ArgumentParser(description='Create the Physics Validation web page:', usage='%(prog)s -i ROC/ ') |
Definition at line 12 of file CreatePhysValWebPage.py.