![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Functions | |
| gROOT | SetStyle ("Plain") |
| TFile | f ("B4.root") |
| c1 | Divide (2, 2) |
| c1 | cd (1) |
| hist1 | Draw ("HIST") |
| c1 | cd (2) |
| c1 | cd (3) |
| gPad | SetLogy (1) |
| c1 | cd (4) |
Variables | |
| TCanvas * | c1 = new TCanvas("c1", "", 20, 20, 1000, 1000) |
| TH1D * | hist1 = (TH1D*)f.Get("Eabs") |
| TH1D * | hist2 = (TH1D*)f.Get("Labs") |
| TH1D * | hist3 = (TH1D*)f.Get("Egap") |
| TH1D * | hist4 = (TH1D*)f.Get("Lgap") |
| c1 cd | ( | 1 | ) |
| c1 cd | ( | 2 | ) |
| c1 cd | ( | 3 | ) |
| c1 cd | ( | 4 | ) |
| c1 Divide | ( | 2 | , |
| 2 | |||
| ) |
| hist1 Draw | ( | "HIST" | ) |
| TFile f | ( | "B4.root" | ) |
| gPad SetLogy | ( | 1 | ) |
| gROOT SetStyle | ( | "Plain" | ) |
| TCanvas* c1 = new TCanvas("c1", "", 20, 20, 1000, 1000) |
Definition at line 17 of file plotHisto.C.
View newest version in sPHENIX GitHub at line 17 of file plotHisto.C
| TH1D* hist1 = (TH1D*)f.Get("Eabs") |
Definition at line 22 of file plotHisto.C.
View newest version in sPHENIX GitHub at line 22 of file plotHisto.C
| TH1D* hist2 = (TH1D*)f.Get("Labs") |
Definition at line 27 of file plotHisto.C.
View newest version in sPHENIX GitHub at line 27 of file plotHisto.C
| TH1D* hist3 = (TH1D*)f.Get("Egap") |
Definition at line 32 of file plotHisto.C.
View newest version in sPHENIX GitHub at line 32 of file plotHisto.C
| TH1D* hist4 = (TH1D*)f.Get("Lgap") |
Definition at line 41 of file plotHisto.C.
View newest version in sPHENIX GitHub at line 41 of file plotHisto.C