29 TF1 *
sqroot =
new TF1(
"sqroot",
"x*gaus(0) + [3]*form1",0,10);
30 sqroot->SetParameters(10,4,1,20);
36 TH1F *
h1f =
new TH1F(
"h1f",
"Test random numbers",200,0,10);
37 h1f->SetFillColor(45);
38 h1f->FillRandom(
"sqroot",100000);
46 h1f->SetDirectory(
nullptr);
50 sqroot->SetParameters(200,4,1,20);
R__EXTERN TBenchmark * gBenchmark
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
virtual void Start(const char *name)
Starts Benchmark with the specified name.
1-D histogram with a float per channel (see TH1 documentation)
A Pave (see TPave) with a text centered in the Pave.