19 auto c1 =
new TCanvas(
"c1",
"fit residual simple");
20 auto h1 =
new TH1D(
"h1",
"h1", 50, -5, 5);
21 h1->FillRandom(
"gaus", 2000);
23 h1->GetXaxis()->SetTitle(
"x");
26 rp1->GetLowerRefYaxis()->SetTitle(
"ratio");
27 rp1->GetUpperRefYaxis()->SetTitle(
"entries");
R__EXTERN TStyle * gStyle
1-D histogram with a double per channel (see TH1 documentation)
Class for displaying ratios, differences and fit residuals.