Go to the documentation of this file.
6 TFile
f = TFile(
"pixe.root");
7 TCanvas*
c1 =
new TCanvas(
"c1",
" ");
12 TH1D*
hist1 = (TH1D*)f.Get(
"3");
15 TH1D*
hist2 = (TH1D*)f.Get(
"5");
18 TH1D*
hist3 = (TH1D*)f.Get(
"20");
21 TH1D*
hist4 = (TH1D*)f.Get(
"40");