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.28 by amott, Thu May 10 14:27:53 2012 UTC vs.
Revision 1.29 by grchrist, Thu May 10 14:44:16 2012 UTC

# Line 37 | Line 37 | def MoreTableInfo(parser,LumiRange,confi
37      else:
38          if len(parser.GetTriggerRatesByLS("AOutput"))>0:
39              aRates = parser.GetTriggerRatesByLS("AOutput")
40 +            bRates = parser.GetTriggerRatesByLS("BOutput")
41          else:
42              aRates = parser.GetTriggerRatesByLS("AForPPOutput")
43 +            bRates = parser.GetTriggerRatesByLS("BForPPOutput")
44              
45      
46      expressRates = {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines