29 void DrawLineX(TLine* l);
30 void DrawLineY(TLine* l);
31 Bool_t CheckX(Double_t x)
const;
32 Bool_t CheckY(Double_t y)
const;
33 TLine* MakeXLine(Double_t x, Style_t style)
const;
34 TLine* MakeYLine(Double_t x, Style_t style)
const;
50 ChiSqMap2D(TString name, Int_t xbins, Double_t xlow, Double_t xhigh, Int_t ybins, Double_t ylow, Double_t yhigh);
60 void SetLabel(TString label) { fLabel = label; };
69 static TString
ChiLabel() {
return "#chi^{2}"; };
112 Double_t
GetEstErrorX(Double_t thres = 0.1, Bool_t around_fit = kTRUE)
const;
120 Double_t
GetEstErrorY(Double_t thres = 0.1, Bool_t around_fit = kTRUE)
const;
142 void SetXFit(Double_t Value, Double_t errLow = 0, Double_t errHigh = -1);
149 void SetYFit(Double_t Value, Double_t errLow = 0, Double_t errHigh = -1);
155 void GetMin(Double_t& x, Double_t& y)
const;
162 void Draw(Option_t* opt =
"");
170 void GetXYE(Double_t& x, Double_t& eX, Double_t& y, Double_t& eY)
const;