ATLAS Offline Software
Loading...
Searching...
No Matches
CreatePhysValWebPage.py File Reference

Go to the source code of this file.

Namespaces

namespace  CreatePhysValWebPage

Functions

 CreatePhysValWebPage.row_major (alist, sublen)
 CreatePhysValWebPage.col_major (alist, sublen)
 CreatePhysValWebPage.html_table (lol)
 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)
 CreatePhysValWebPage.my_htm_page = list_to_html_table(files, nHisto)
 CreatePhysValWebPage.hs = open("FTAG_PhysValWebPage.html", 'w')
str CreatePhysValWebPage.folder_eff = folder+"/eff_vs_Lxy"
str CreatePhysValWebPage.folder_pt = folder+"/eff_vs_pt_ttbar"
int CreatePhysValWebPage.is_ttbar = 1
str CreatePhysValWebPage.mypage = "<html><table>"