19 if (np > 1000) np = 1000;
21 Double_t rr[1000], phi[1000], dr[1000], size[1000];
25 g->
SetTitle(
"TGraphTime demo;X domain;Y domain");
33 if (rc > 0.3) color[i] =
kBlue;
34 if (rc > 0.7) color[i] =
kYellow;
37 for (s=0;s<nsteps;s++) {
48 if (i==np-1) g->
Add(
new TArrow(xmin,
ymax,xx,yy,0.02,
"-|>"), s);
55 TFile f(
"gtime.root",
"recreate");
TGraphTime is used to draw a set of objects evolving with nsteps in time between tmin and tmax...
virtual Int_t Write(const char *name=0, Int_t option=0, Int_t bufsize=0)
Write this object to the current directory.
Random number generator class based on M.
A ROOT file is a suite of consecutive data records (TKey instances) with a well defined format...
virtual void SetMarkerColor(Color_t mcolor=1)
virtual Double_t Rndm(Int_t i=0)
Machine independent random number generator.
A Pave (see TPave) with a text centered in the Pave.
char * Form(const char *fmt,...)
virtual void SetMarkerSize(Size_t msize=1)
virtual void Draw(Option_t *chopt="")
Draw this TGraphTime.
virtual Double_t Uniform(Double_t x1=1)
Returns a uniform deviate on the interval (0, x1).
virtual Int_t Add(const TObject *obj, Int_t slot, Option_t *option="")
Add one object to a time slot.
Draw all kinds of Arrows.
virtual void SetTitle(const char *title="")
Change (i.e. set) the title of the TNamed.