ATLAS Offline Software
|
Go to the source code of this file.
Namespaces | |
CreatePhysValWebPage | |
Functions | |
def | CreatePhysValWebPage.row_major (alist, sublen) |
def | CreatePhysValWebPage.col_major (alist, sublen) |
def | CreatePhysValWebPage.html_table (lol) |
def | CreatePhysValWebPage.list_to_html_table (alist, sublength, column_major=False) |
Variables | |
CreatePhysValWebPage.parser = argparse.ArgumentParser(description='Create the Physics Validation web page:', usage='%(prog)s -i ROC/ ') | |
CreatePhysValWebPage.help | |
CreatePhysValWebPage.default | |
CreatePhysValWebPage.args = parser.parse_args() | |
CreatePhysValWebPage.folder = os.path.abspath(args.input_dir) | |
CreatePhysValWebPage.format = args.format | |
CreatePhysValWebPage.nHisto = int(args.number_of_histo) | |
CreatePhysValWebPage.files = glob.glob(format) | |
def | CreatePhysValWebPage.my_htm_page = list_to_html_table(files, nHisto) |
CreatePhysValWebPage.hs = open("FTAG_PhysValWebPage.html", 'w') | |
string | CreatePhysValWebPage.folder_eff = folder+"/eff_vs_Lxy" |
string | CreatePhysValWebPage.folder_pt = folder+"/eff_vs_pt_ttbar" |
int | CreatePhysValWebPage.is_ttbar = 1 |
string | CreatePhysValWebPage.mypage = "<html><table>" |