| 1 |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.h,v 1.6 2005/04/14 06:52:09 brun Exp $ |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.h,v 1.7 2005/11/21 13:57:42 couet Exp $ |
| 2 |
// Author: Rene Brun 12/10/2000 |
// Author: Rene Brun 12/10/2000 |
| 3 |
|
|
| 4 |
/************************************************************************* |
/************************************************************************* |
| 41 |
Double_t fMaximum; //Maximum value for plotting along y |
Double_t fMaximum; //Maximum value for plotting along y |
| 42 |
Double_t fMinimum; //Minimum value for plotting along y |
Double_t fMinimum; //Minimum value for plotting along y |
| 43 |
|
|
| 44 |
|
TMultiGraph(const TMultiGraph&); |
| 45 |
|
TMultiGraph& operator=(const TMultiGraph&); |
| 46 |
|
|
| 47 |
public: |
public: |
| 48 |
TMultiGraph(); |
TMultiGraph(); |
| 49 |
TMultiGraph(const char *name, const char *title); |
TMultiGraph(const char *name, const char *title); |