Example of TGraphTime.
if (np > 1000) np = 1000;
Double_t rr[1000], phi[1000], dr[1000], size[1000];
g->
SetTitle(
"TGraphTime demo;X domain;Y domain");
for (i=0;i<np;i++) {
if (rc > 0.3) color[i] =
kBlue;
}
for (s=0;s<nsteps;s++) {
for (i=0;i<np;i++) {
}
}
TFile f(
"gtime.root",
"recreate");
}
- Author
- Rene Brun
Definition in file gtime.C.