23 if (
np > 5000)
np = 5000;
24 std::vector<Int_t> color(
np);
25 std::vector<Double_t> cosphi(
np), sinphi(
np), speed(
np);
29 g->SetTitle(
"TGraphTime demo 2;X;Y");
31 for (
Int_t i = 0; i <
np; i++) {
32 speed[i] =
r.Uniform(0.5, 1);
38 if (rc > 0.3) color[i] =
kBlue;
39 if (rc > 0.7) color[i] =
kYellow;
41 for (
Int_t s = 0; s < nsteps; s++) {
42 for (
Int_t i = 0; i <
np; i++) {
44 if (xx <
xmin)
continue;
47 m->SetMarkerColor(color[i]);
48 m->SetMarkerSize(1.5 -s/(speed[i]*nsteps));
int Int_t
Signed integer 4 bytes (int).
double Double_t
Double 8 bytes.
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t np
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t r
TGraphTime is used to draw a set of objects evolving with nsteps in time between tmin and tmax.
A Pave (see TPave) with a text centered in the Pave.
Random number generator class based on M.
static TString Format(const char *fmt,...)
Static method which formats a string using a printf style format descriptor and return a TString.
Double_t Cos(Double_t)
Returns the cosine of an angle of x radians.
Double_t Sin(Double_t)
Returns the sine of an angle of x radians.