14 TH2F *
h2 =
new TH2F(
"h",
"Axes",100,0,10,100,-2,2);
19 A1->SetTitle(
"axis with decreasing values");
22 TF1 *f2 =
new TF1(
"f2",
"exp(x)",0,2);
24 A2->SetTitle(
"exponential axis");
25 A2->SetLabelSize(0.03);
26 A2->SetTitleSize(0.03);
27 A2->SetTitleOffset(1.2);
30 TF1 *f3 =
new TF1(
"f3",
"log10(x)",1,1000);
32 A3->SetTitle(
"logarithmic axis");
33 A3->SetLabelSize(0.03);
34 A3->SetTitleSize(0.03);
35 A3->SetTitleOffset(1.2);
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TStyle * gStyle
2-D histogram with a float per channel (see TH1 documentation)
void SetOptStat(Int_t stat=1)
The type of information printed in the histogram statistics box can be selected via the parameter mod...