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

Comparing UserCode/RateMonShiftTool_dev/AddTableInfo_db.py (file contents):
Revision 1.3 by amott, Wed Feb 15 12:10:02 2012 UTC vs.
Revision 1.4 by amott, Wed Feb 15 12:16:37 2012 UTC

# Line 32 | Line 32 | def MoreTableInfo(parser,LumiRange):
32      write(bcolors.ENDC+"\n")
33  
34      print "Used prescale column(s): "+str(PrescaleColumnString)    
35 <    write("Lumisections: "+str(LumiRange))
35 >    write("Lumisections: ")
36      if not isSequential(LumiRange):
37 <        write("   Lumisections are not sequential (bad LS skipped)\n")
37 >        write(str(LumiRange)+"   Lumisections are not sequential (bad LS skipped)\n")
38 >    else:
39 >        write("%d - %d\n" % (min(LumiRange),max(LumiRange),))
40      print "\nLast Lumisection of the run is:        "+str(parser.GetLastLS())
41      write(  "Last Lumisection good for physics is:  "+str(parser.GetLastLS(True)) )
42      if parser.GetLastLS(True)!=max(LumiRange):
43          write(bcolors.WARNING)
44          write("  << This exceeds the last lumisection parsed")
45 <        write(bcolors.ENDC+"\n")
45 >    write(bcolors.ENDC+"\n")
46  
47   def isSequential(t):
48      try:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines