| 1 |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.17 2000/10/12 10:39:48 brun Exp $ |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.cxx,v 1.1 2000/10/12 13:27:23 brun Exp $ |
| 2 |
// Author: Rene Brun 12/10/2000 |
// Author: Rene Brun 12/10/2000 |
| 3 |
|
|
| 4 |
/************************************************************************* |
/************************************************************************* |
| 125 |
} |
} |
| 126 |
|
|
| 127 |
//______________________________________________________________________________ |
//______________________________________________________________________________ |
| 128 |
TH1F *TMultiGraph::GetHistogram() |
TH1F *TMultiGraph::GetHistogram() const |
| 129 |
{ |
{ |
| 130 |
// Returns a pointer to the histogram used to draw the axis |
// Returns a pointer to the histogram used to draw the axis |
| 131 |
// Takes into account the two following cases. |
// Takes into account the two following cases. |
| 142 |
} |
} |
| 143 |
|
|
| 144 |
//______________________________________________________________________________ |
//______________________________________________________________________________ |
| 145 |
TAxis *TMultiGraph::GetXaxis() |
TAxis *TMultiGraph::GetXaxis() const |
| 146 |
{ |
{ |
| 147 |
// Get x axis of the graph. |
// Get x axis of the graph. |
| 148 |
|
|
| 151 |
} |
} |
| 152 |
|
|
| 153 |
//______________________________________________________________________________ |
//______________________________________________________________________________ |
| 154 |
TAxis *TMultiGraph::GetYaxis() |
TAxis *TMultiGraph::GetYaxis() const |
| 155 |
{ |
{ |
| 156 |
// Get y axis of the graph. |
// Get y axis of the graph. |
| 157 |
|
|
| 264 |
} |
} |
| 265 |
|
|
| 266 |
//______________________________________________________________________________ |
//______________________________________________________________________________ |
| 267 |
void TMultiGraph::Print(Option_t *option) |
void TMultiGraph::Print(Option_t *option) const |
| 268 |
{ |
{ |
| 269 |
// Print the list of graphs |
// Print the list of graphs |
| 270 |
|
|