[root] / trunk / hist / hist / src / TMultiGraph.cxx Repository:
ViewVC logotype

Diff of /trunk/hist/hist/src/TMultiGraph.cxx

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4083, Sun Feb 24 18:01:15 2002 UTC revision 4915, Mon Jul 15 15:03:38 2002 UTC
# Line 1  Line 1 
1  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.8 2002/02/19 17:43:41 brun Exp $  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.9 2002/02/24 18:01:15 brun Exp $
2  // Author: Rene Brun   12/10/2000  // Author: Rene Brun   12/10/2000
3    
4  /*************************************************************************  /*************************************************************************
# Line 114  Line 114 
114     TIter   next(fGraphs);     TIter   next(fGraphs);
115     while ((g = (TGraph*) next())) {     while ((g = (TGraph*) next())) {
116        Int_t dist = g->DistancetoPrimitive(px,py);        Int_t dist = g->DistancetoPrimitive(px,py);
117          if (dist <= 0) return 0;
118        if (dist < kMaxDiff) {gPad->SetSelected(g); return dist;}        if (dist < kMaxDiff) {gPad->SetSelected(g); return dist;}
119     }     }
120     return distance;     return distance;

Legend:
Removed from v.4083  
changed lines
  Added in v.4915

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9