#include <TMultiGraph.h>
Inheritance diagram for TMultiGraph:


Public Methods | |
| TMultiGraph () | |
| TMultiGraph (const char *name, const char *title) | |
| virtual | ~TMultiGraph () |
| virtual void | Add (TGraph *graph, Option_t *chopt="") |
| virtual void | Browse (TBrowser *b) |
| virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
| virtual void | Draw (Option_t *chopt="") |
| TH1F * | GetHistogram () const |
| TList * | GetListOfGraphs () const |
| TAxis * | GetXaxis () const |
| TAxis * | GetYaxis () const |
| virtual void | Paint (Option_t *chopt="") |
| virtual void | Print (Option_t *chopt="") const |
| virtual void | RecursiveRemove (TObject *obj) |
| virtual void | SavePrimitive (ofstream &out, Option_t *option) |
| virtual void | SetMaximum (Double_t maximum=-1111) |
| virtual void | SetMinimum (Double_t minimum=-1111) |
Protected Attributes | |
| TList * | fGraphs |
| TH1F * | fHistogram |
| Double_t | fMaximum |
| Double_t | fMinimum |
|
|
|
|
||||||||||||
|
|
|
|
|
|
||||||||||||
|
|
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Reimplemented from TObject. |
|
|
Reimplemented from TObject. |
|
|
|
|
|
Definition at line 52 of file TMultiGraph.h. |
|
|
|
|
|
|
|
|
Reimplemented from TObject. |
|
|
Reimplemented from TNamed. |
|
|
Reimplemented from TObject. |
|
||||||||||||
|
Reimplemented from TObject. |
|
|
|
|
|
|
|
|
Definition at line 37 of file TMultiGraph.h. |
|
|
Definition at line 38 of file TMultiGraph.h. |
|
|
Definition at line 39 of file TMultiGraph.h. |
|
|
Definition at line 40 of file TMultiGraph.h. |
1.2.16