16 #include "Riostream.h"
18 #include "TGraphErrors.h"
19 #include "TGraphAsymmErrors.h"
24 fxGraph(this, TGraph::Class())
29 TGo4FitData(iName,
"TGraph and derived classes", dtGraph, AddAmpl),
30 fxGraph(
"Graph",
"Data object of TGraph class",this, TGraph::Class(), kTRUE, iGraph, iGraphOwned)
93 if (
fxData==0)
return kFALSE;
95 if (gr==0)
return kFALSE;
97 Double_t* xx = gr->GetX();
98 Double_t* yy = gr->GetY();
99 if ((xx==0) || (yy==0))
return kFALSE;
105 Double_t zn = gr->GetErrorY(fxIndexes[0]);
Bool_t ProduceScales(const Int_t *index, const Double_t *ownscales, const Double_t *ownwidths)
Double_t fdStandardDeviation
virtual void Print(Option_t *option) const
virtual ~TGo4FitDataGraph()
void SetExcludeLessThen(Double_t limit=0.)
virtual Bool_t StartReset()
virtual Bool_t ReadCurrentPoint()
void SetGraph(TGraph *iGraph, Bool_t iGraphOwned=kFALSE)
Bool_t SetObject(TObject *iObject, Bool_t iOwned=kFALSE, Bool_t CheckClass=kTRUE)
TGo4FitDataIter * MakeIter()
Bool_t ReserveArrays(Int_t NumDimen, Int_t NumOwnAxis, Bool_t HasWidth)
virtual void FillSlotList(TSeqCollection *list)
TGo4FitDataGraph * fxData
virtual void FillSlotList(TSeqCollection *list)
virtual void Print(Option_t *option) const
virtual Bool_t ShiftToNextPoint()
virtual void Print(Option_t *option) const