Geant4
9.6.p02
|
Go to the source code of this file.
Functions | |
c1 | SetLogy (1) |
c1 | cd () |
c1 | Update () |
hist1 | Draw ("HIST") |
Variables | |
TFile | f = TFile("run1.root") |
TCanvas * | c1 = new TCanvas("c1", " ") |
TH1D * | hist1 = (TH1D*)f.Get("1") |
TH1D * | hist2 = (TH1D*)f.Get("2") |
TH1D * | hist3 = (TH1D*)f.Get("3") |
TH1D * | hist6 = (TH1D*)f.Get("6") |
TH1D * | hist7 = (TH1D*)f.Get("7") |
TH1D * | hist8 = (TH1D*)f.Get("8") |
c1 cd | ( | ) |
hist1 Draw | ( | "HIST" | ) |
c1 SetLogy | ( | 1 | ) |
c1 Update | ( | ) |
TCanvas* c1 = new TCanvas("c1", " ") |
Definition at line 8 of file plotHisto.C.
TFile f = TFile("run1.root") |
Definition at line 6 of file plotHisto.C.
TH1D* hist1 = (TH1D*)f.Get("1") |
Definition at line 14 of file plotHisto.C.
TH1D* hist2 = (TH1D*)f.Get("2") |
Definition at line 17 of file plotHisto.C.
TH1D* hist3 = (TH1D*)f.Get("3") |
Definition at line 20 of file plotHisto.C.
TH1D* hist6 = (TH1D*)f.Get("6") |
Definition at line 23 of file plotHisto.C.
TH1D* hist7 = (TH1D*)f.Get("7") |
Definition at line 26 of file plotHisto.C.
TH1D* hist8 = (TH1D*)f.Get("8") |
Definition at line 29 of file plotHisto.C.