20 opt, args = getopt.getopt(sys.argv[1:],
"",[
"IgnoreCols="])
21 except getopt.GetoptError
as err:
32 if o ==
"--IgnoreCols":
36 IgnoreCols.append(
int(e))
38 print(
"Invalid argument to '--IgnoreCols' ")
41 print(
"Invalid option "+o)
45 WBMPage = WBMPageTemplate % args[0]
48 Parser._Parse(WBMPage)
49 Parser.ParseTrigModePage()
50 Parser.ComputeTotalPrescales()
52 Header=[
"Path Name",
"L1 Seed"]+Parser.ColumnLumi
53 ColWidths=[70,30]+[10]*len(Parser.ColumnLumi)
55 TOTAL L1*HLT PRESCALE TABLE:
60 Weird Looking L1*HLT Prescales
62 WARNING: paths seeded by the OR of several L1 bits may not be calculated properly (they assume an L1 prescale of 1 in all columns)