Go to the documentation of this file.
6 TFile
f = TFile(
"AnaEx01.root");
7 TCanvas*
c1 =
new TCanvas(
"c1",
" ");
9 TDirectory*
dir = f.Get(
"histo");
11 TH1D*
hist1 = (TH1D*)dir->Get(
"1");
14 TH1D*
hist2 = (TH1D*)dir->Get(
"2");
17 TH1D*
hist3 = (TH1D*)dir->Get(
"3");
20 TH1D*
hist4 = (TH1D*)dir->Get(
"4");