24 : TGraphErrors(), fiNumPoints(0), fiUpdateInterval(1), fiCounter(0), fdSum(0.), fdSumAveraged(0.)
71 SetPointError(fNpoints-1, xerror, yerror);
87 memmove (&fX[0], &fX[1], (fNpoints-1)*
sizeof(Double_t));
88 memmove (&fEX[0], &fEX[1], (fNpoints-1)*
sizeof(Double_t));
89 memmove (&fY[0], &fY[1], (fNpoints-1)*
sizeof(Double_t));
90 memmove (&fEY[0], &fEY[1], (fNpoints-1)*
sizeof(Double_t));
Int_t fiNumPoints
Nominal size of the graph, i.e. number of points to display.
void Clear(Option_t *option="") override
Clear all points.
Graphs that renew themselves iteratively to monitor a value.
virtual void Fill(Double_t value, Double_t xerror=-1, Double_t yerror=-1)
Fills a new value into the rolling graph.
Int_t fiUpdateInterval
Number of Fill() functions to call before a new average is started.
void NextBin()
Create a new bin.
Long64_t fiCounter
No. of values filled in total.
virtual ~TGo4RollingGraph()
Destructor.
Double_t fdSum
Summed total value in the current Bin.
TGo4RollingGraph()
Default constructor.
Double_t fdSumAveraged
Averaged summed total value in the current Bin.
ClassImp(TGo4RollingGraph)