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.36 by awoodard, Thu Aug 9 12:03:48 2012 UTC vs.
Revision 1.40 by grchrist, Wed Oct 3 11:36:09 2012 UTC

# Line 25 | Line 25 | def MoreTableInfo(parser,LumiRange,confi
25      else:
26          print "no lumisections to monitor"
27          return
28 <    
28 >  ## check if lumi is being filled
29 >    if parser.LastLSParsed > 4 and isCol:
30 >        if set(parser.InstLumiByLS.values()) == set([None]):
31 >            write(colored("\n\nLUMI INFORMATION NOT BEING SENT!\n",'red',attrs=['reverse']))
32 >            write(colored("Check with Shift Leader if this is expected\n",'red',attrs=['reverse']))
33 >            write(colored("If not, HFLUMI needs to be red-recycled\n\n\n",'red',attrs=['reverse']))
34 >            write(colored("If in doubt, call Lumi DOC\n\n\n",'red',attrs=['reverse']))
35 >            #return
36 >                                                                                                                                                                                                                                                                    
37      try:
38          #print "trying v3"
39          lograte=parser.GetTriggerRatesByLS("HLT_LogMonitor_v3")

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines