25    TGraphErrors** fGraphErrors;  
 
   26    TMultiGraph* fMultiGraph;
 
   31    Bool_t fDrawn = {kFALSE};
 
   46    void SetXRange(Double_t min, Double_t max);
 
   52    void SetYRange(Double_t min, Double_t max);
 
   84    void SetLineAttributes(Style_t style, Width_t width, Color_t color, Int_t no = -1);
 
  115    void MakeGraphs(Int_t no, Option_t* opt = 
"P");
 
  123    void SetPoint(Int_t graph, Int_t point, Double_t x, Double_t y);
 
  133    void SetPoint(Int_t graph, Int_t point, Double_t x, Double_t ex, Double_t y, Double_t ey);
 
  153    TGraphErrors* 
GetGraph(Int_t no) 
const;
 
  163    void Draw(Option_t* opt = 
"");