| 1 |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.h,v 1.5 2005/03/04 09:06:37 brun Exp $ |
// @(#)root/graf:$Name: $:$Id: TMultiGraph.h,v 1.6 2005/04/14 06:52:09 brun Exp $ |
| 2 |
// Author: Rene Brun 12/10/2000 |
// Author: Rene Brun 12/10/2000 |
| 3 |
|
|
| 4 |
/************************************************************************* |
/************************************************************************* |
| 42 |
Double_t fMinimum; //Minimum value for plotting along y |
Double_t fMinimum; //Minimum value for plotting along y |
| 43 |
|
|
| 44 |
public: |
public: |
|
|
|
| 45 |
TMultiGraph(); |
TMultiGraph(); |
| 46 |
TMultiGraph(const char *name, const char *title); |
TMultiGraph(const char *name, const char *title); |
| 47 |
virtual ~TMultiGraph(); |
virtual ~TMultiGraph(); |
| 48 |
|
|
| 49 |
virtual void Add(TGraph *graph, Option_t *chopt=""); |
virtual void Add(TGraph *graph, Option_t *chopt=""); |
| 50 |
virtual void Browse(TBrowser *b); |
virtual void Browse(TBrowser *b); |
| 51 |
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py); |
virtual Int_t DistancetoPrimitive(Int_t px, Int_t py); |