Go to the documentation of this file.
6 TFile
f = TFile(
"allproc.root");
7 TCanvas*
c1 =
new TCanvas(
"c1",
" ");
12 TH1D*
hist1 = (TH1D*)f.Get(
"1");
17 hist11->SetLineColor(2);
18 hist11->Draw(
"HIST SAME");
22 TH1D*
hist2 = (TH1D*)f.Get(
"2");
26 hist12->SetLineColor(2);
27 hist12->Draw(
"HIST SAME");
31 TH1D*
hist3 = (TH1D*)f.Get(
"3");
35 hist13->SetLineColor(2);
36 hist13->Draw(
"HIST SAME");
38 c1.Print(
"allproc.gif");