ATLAS Offline Software
|
Functions | |
def | row_major (alist, sublen) |
def | col_major (alist, sublen) |
def | html_table (lol) |
def | 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) | |
def | my_htm_page = list_to_html_table(files, nHisto) |
hs = open("FTAG_PhysValWebPage.html", 'w') | |
string | folder_eff = folder+"/eff_vs_Lxy" |
string | folder_pt = folder+"/eff_vs_pt_ttbar" |
int | is_ttbar = 1 |
string | mypage = "<html><table>" |
def CreatePhysValWebPage.col_major | ( | alist, | |
sublen | |||
) |
Definition at line 25 of file CreatePhysValWebPage.py.
def CreatePhysValWebPage.html_table | ( | lol | ) |
Definition at line 35 of file CreatePhysValWebPage.py.
def CreatePhysValWebPage.list_to_html_table | ( | alist, | |
sublength, | |||
column_major = False |
|||
) |
Definition at line 70 of file CreatePhysValWebPage.py.
def CreatePhysValWebPage.row_major | ( | alist, | |
sublen | |||
) |
Definition at line 22 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.args = parser.parse_args() |
Definition at line 80 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.default |
Definition at line 15 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.files = glob.glob(format) |
Definition at line 97 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.folder = os.path.abspath(args.input_dir) |
Definition at line 81 of file CreatePhysValWebPage.py.
string CreatePhysValWebPage.folder_eff = folder+"/eff_vs_Lxy" |
Definition at line 112 of file CreatePhysValWebPage.py.
string CreatePhysValWebPage.folder_pt = folder+"/eff_vs_pt_ttbar" |
Definition at line 125 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.format = args.format |
Definition at line 88 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.help |
Definition at line 15 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.hs = open("FTAG_PhysValWebPage.html", 'w') |
Definition at line 107 of file CreatePhysValWebPage.py.
int CreatePhysValWebPage.is_ttbar = 1 |
Definition at line 126 of file CreatePhysValWebPage.py.
def CreatePhysValWebPage.my_htm_page = list_to_html_table(files, nHisto) |
Definition at line 105 of file CreatePhysValWebPage.py.
string CreatePhysValWebPage.mypage = "<html><table>" |
Definition at line 151 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.nHisto = int(args.number_of_histo) |
Definition at line 89 of file CreatePhysValWebPage.py.
CreatePhysValWebPage.parser = argparse.ArgumentParser(description='Create the Physics Validation web page:', usage='%(prog)s -i ROC/ ') |
Definition at line 14 of file CreatePhysValWebPage.py.