12#ifndef ROOT_TGraphTime
13#define ROOT_TGraphTime
int Int_t
Signed integer 4 bytes (int).
bool Bool_t
Boolean (0=false, 1=true) (bool).
double Double_t
Double 8 bytes.
const char Option_t
Option string (const char).
#define ClassDefOverride(name, id)
void Animate(Bool_t enable=kTRUE)
Start animation of TGraphTime.
virtual Int_t Add(const TObject *obj, Int_t slot, Option_t *option="")
Add one object to a time slot.
Double_t fXmin
Minimum for X axis.
void Paint(Option_t *chopt="") override
Paint all objects added to each time step.
Int_t fSleepTime
Time (msec) to wait between time steps.
virtual void SetSleepTime(Int_t stime=0)
Int_t fAnimateCnt
! counter used in Animate() method
~TGraphTime() override
GraphTime default destructor.
TH1 * fFrame
TH1 object used for the pad range.
Double_t fYmin
Minimum for Y axis.
TObjArray * GetSteps() const
virtual void SaveAnimatedGif(const char *filename="") const
Save this object to filename as an animated gif file if filename is specified it must be of the form ...
Double_t fXmax
Maximum for X axis.
TTimer * fAnimateTimer
! timer to implement animation
Bool_t DrawStep(Int_t nstep) const
Draw single step.
TGraphTime()
default constructor.
Double_t fYmax
Maximum for Y axis.
TObjArray * fSteps
Array of TLists for each time step.
Bool_t HandleTimer(TTimer *) override
Method used for implementing animation of TGraphTime.
Int_t fNsteps
Number of time steps.
TH1 is the base class of all histogram classes in ROOT.
TObject()
TObject constructor.
Handles synchronous and a-synchronous timer events.