이 파일의 문서화 페이지로 가기
6 TFile
f = TFile(
"test02.root");
7 TCanvas*
c1 =
new TCanvas(
"c1",
" ");
9 TDirectory*
dir = f.Get(
"histo");
11 TH1D*
hist1 = (TH1D*)dir->Get(
"h1.1");
17 TH1D*
hist3 = (TH1D*)dir->Get(
"h1.3");
20 TH1D*
hist4 = (TH1D*)dir->Get(
"h1.4");
23 TH2D*
hist5 = (TH2D*)dir->Get(
"h2.1");
32 TH2D*
hist8 = (TH2D*)dir->Get(
"h2.4");