[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 15134, Tue May 23 04:47:42 2006 UTC revision 15171, Wed May 24 16:44:33 2006 UTC
# Line 1  Line 1 
1  // @(#)root/graf:$Name: v5-11-02 $:$Id: TMultiGraph.cxx,v 1.29 2006/03/20 21:43:42 pcanal Exp $  // @(#)root/graf:$Name:  $:$Id: TMultiGraph.cxx,v 1.30 2006/05/23 04:47:38 brun Exp $
2  // Author: Rene Brun   12/10/2000  // Author: Rene Brun   12/10/2000
3    
4  /*************************************************************************  /*************************************************************************
# Line 80  Line 80 
80    fHistogram(mg.fHistogram),    fHistogram(mg.fHistogram),
81    fMaximum(mg.fMaximum),    fMaximum(mg.fMaximum),
82    fMinimum(mg.fMinimum)    fMinimum(mg.fMinimum)
83  { }  {
84       //copy constructor
85    }
86    
87  //______________________________________________________________________________  //______________________________________________________________________________
88  TMultiGraph& TMultiGraph::operator=(const TMultiGraph& mg)  TMultiGraph& TMultiGraph::operator=(const TMultiGraph& mg)
89  {  {
90       //equal operator
91    if(this!=&mg) {    if(this!=&mg) {
92      TNamed::operator=(mg);      TNamed::operator=(mg);
93      fGraphs=mg.fGraphs;      fGraphs=mg.fGraphs;
# Line 92  Line 95 
95      fHistogram=mg.fHistogram;      fHistogram=mg.fHistogram;
96      fMaximum=mg.fMaximum;      fMaximum=mg.fMaximum;
97      fMinimum=mg.fMinimum;      fMinimum=mg.fMinimum;
98    } return *this;     }
99       return *this;
100  }  }
101    
102  //______________________________________________________________________________  //______________________________________________________________________________

Legend:
Removed from v.15134  
changed lines
  Added in v.15171

Subversion Admin
ViewVC Help
Powered by ViewVC 1.0.9