17 TH2F *
h1 =
new TH2F(
"h1",
"test1",10,0,1,20,0,20);
18 TH2F *
h2 =
new TH2F(
"h2",
"test2",10,0,1,20,0,100);
19 TH2F *
h3 =
new TH2F(
"h3",
"test3",10,0,1,20,-1,1);
20 TH2F *h4 =
new TH2F(
"h4",
"test4",10,0,1,20,0,1000);
29 h2->GetYaxis()->SetLabelOffset(0.01);
R__EXTERN TStyle * gStyle
void Draw(Option_t *option="") override
Draw this histogram with options.
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...