ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/MuonTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/MuonTools.h (file contents):
Revision 1.10 by loizides, Mon Jul 20 04:55:33 2009 UTC vs.
Revision 1.11 by ceballos, Wed May 12 19:07:32 2010 UTC

# Line 107 | Line 107 | inline Bool_t mithep::MuonTools::Overflo
107  
108    if (iHist ->GetXaxis()->FindBin(lVal0) == 0                  ||
109        iHist ->GetXaxis()->FindBin(lVal0) >  iHist->GetNbinsX() ||
110 <      iHist ->GetYaxis()->FindBin(lVal0) == 0                  ||
111 <      iHist ->GetYaxis()->FindBin(lVal0) >  iHist->GetNbinsY()) {
110 >      iHist ->GetYaxis()->FindBin(lVal1) == 0                  ||
111 >      iHist ->GetYaxis()->FindBin(lVal1) >  iHist->GetNbinsY()) {
112      return kTRUE;
113    }
114    return kFALSE;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines