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.21 by grchrist, Thu Apr 5 05:35:24 2012 UTC vs.
Revision 1.22 by grchrist, Thu Apr 5 06:13:40 2012 UTC

# Line 161 | Line 161 | def MoreTableInfo(parser,LumiRange,confi
161      ##write(  "Last Lumisection where DAQ is active is:  "+str(parser.GetLastLS(True)) )
162      write("\n\n\n")
163  
164 <    if isCol:
165 <        L1RatePredictions = config.GetExpectedL1Rates(AvInstLumi)
166 <        if len(L1RatePredictions):
167 <            print "Expected Level 1 Rates:"
168 <        for key,val in L1RatePredictions.iteritems():
169 <            write("Prescale Column "+str(key)+":  "+str(round(val/1000,1))+" kHz")
170 <            if key == LastPSCol:
171 <                write(' << taking data in this column')
172 <            write('\n')
164 >    ## if isCol:
165 > ##         L1RatePredictions = config.GetExpectedL1Rates(AvInstLumi)
166 > ##         if len(L1RatePredictions):
167 > ##             print "Expected Level 1 Rates:"
168 > ##         for key,val in L1RatePredictions.iteritems():
169 > ##             write("Prescale Column "+str(key)+":  "+str(round(val/1000,1))+" kHz")
170 > ##             if key == LastPSCol:
171 > ##                 write(' << taking data in this column')
172 > ##             write('\n')
173          
174      
175  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines