함수 | |
gROOT | SetStyle ("Plain") |
TFile | f ("B4.root") |
c1 | Divide (2, 2) |
c1 | cd (1) |
ntuple | Draw ("Eabs") |
c1 | cd (2) |
ntuple | Draw ("Labs") |
c1 | cd (3) |
gPad | SetLogy (1) |
ntuple | Draw ("Egap") |
c1 | cd (4) |
변수 | |
TCanvas * | c1 = new TCanvas("c1", "", 20, 20, 1000, 1000) |
TNtuple * | ntuple = (TNtuple*)f.Get("B4") |
c1 cd | ( | 1 | ) |
c1 cd | ( | 2 | ) |
c1 cd | ( | 3 | ) |
c1 cd | ( | 4 | ) |
c1 Divide | ( | 2 | , |
2 | |||
) |
ntuple Draw | ( | "Eabs" | ) |
ntuple Draw | ( | "Labs" | ) |
ntuple Draw | ( | "Egap" | ) |
TFile f | ( | "B4.root" | ) |
gPad SetLogy | ( | 1 | ) |
gROOT SetStyle | ( | "Plain" | ) |
TCanvas* c1 = new TCanvas("c1", "", 20, 20, 1000, 1000) |
macros/plotNtuple.C 파일의 17 번째 라인에서 정의되었습니다.
TNtuple* ntuple = (TNtuple*)f.Get("B4") |
macros/plotNtuple.C 파일의 21 번째 라인에서 정의되었습니다.