15 #ifndef TGO4ROLLINGGRAPH_H 16 #define TGO4ROLLINGGRAPH_H 18 #include "TGraphErrors.h" 32 virtual void Fill (Double_t value, Double_t xerror=-1, Double_t yerror=-1);
33 void Clear (Option_t *option =
"")
override;
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.
Int_t GetNumPoints() const
Returns number of displayed points.
ClassDefOverride(TGo4RollingGraph, 1)
Long64_t fiCounter
No. of values filled in total.
Int_t GetUpdateInterval() const
Returns interval of entries when a new bin is opened.
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.