ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/RateMonShiftTool_dev/CheckPrescales.py
(Generate patch)

Comparing UserCode/RateMonShiftTool_dev/CheckPrescales.py (file contents):
Revision 1.6 by fwyzard, Tue Nov 13 01:15:23 2012 UTC vs.
Revision 1.7 by fwyzard, Tue Nov 13 01:19:42 2012 UTC

# Line 114 | Line 114 | def GetPrescaleTable(HLT_Key,GT_Key,GTRS
114      L1Prescales = GetL1AlgoPrescales(curs,GTRS_Key)
115  
116      FullPrescales = {}
117 <    formatString = "%-60s%-40s%90s%80s%80s"
117 >    formatString = "hlt path: %s\nl1t seed: %s\ntotal p.: %s\nhlt pre.: %s\nl1t pre.: %s\n"
118      if doPrint:
119          print "List of triggers with non-sequential prescales:"
120 <        print formatString % ("HLT Name","L1 Name","Total","HLT","L1",)
120 >        #print formatString % ("HLT Name","L1 Name","Total","HLT","L1",)
121      for HLTName,L1Seeds in HLTSeed.iteritems():
122          if HLTName.startswith('AlCa'): ## the results don't make sense for AlCa paths
123              continue

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines