함수 | |
| gROOT | SetStyle ("Plain") |
| gStyle | SetOptStat (1111) |
| gStyle | SetPalette (1) |
| c1 | Divide (2, 2) |
| system ("rm -rf nanobeam.root") | |
| system ("hadd -O nanobeam.root nanobeam_*.root") | |
| TFile | f ("nanobeam.root") |
| c1 | cd (1) |
| ntuple0 | SetMarkerSize (.2) |
| ntuple0 | SetMarkerColor (2) |
| ntuple0 | SetMarkerStyle (20) |
| ntuple0 | Draw ("xIn:yIn:zIn","") |
| c1 | cd (2) |
| gPad | SetLogz () |
| ntuple2 | Draw ("yIn:xIn","","hcolz") |
| c1 | cd (3) |
| ntuple2 | SetMarkerColor (4) |
| ntuple2 | Draw ("thetaIn:xIn","","hcolz") |
| c1 | cd (4) |
| ntuple2 | Draw ("phiIn:yIn","","hcolz") |
변수 | |
| c1 = new TCanvas ("c1","",200,10,800,800) | |
| TNtuple * | ntuple0 = (TNtuple*)f.Get("ntuple0") |
| TNtuple * | ntuple2 = (TNtuple*)f.Get("ntuple2") |
| c1 cd | ( | 1 | ) |
| c1 cd | ( | 2 | ) |
| c1 cd | ( | 3 | ) |
| c1 cd | ( | 4 | ) |
| c1 Divide | ( | 2 | , |
| 2 | |||
| ) |
| ntuple0 Draw | ( | "xIn:yIn:zIn" | , |
| "" | |||
| ) |
| ntuple2 Draw | ( | "yIn:xIn" | , |
| "" | , | ||
| "hcolz" | |||
| ) |
| ntuple2 Draw | ( | "thetaIn:xIn" | , |
| "" | , | ||
| "hcolz" | |||
| ) |
| ntuple2 Draw | ( | "phiIn:yIn" | , |
| "" | , | ||
| "hcolz" | |||
| ) |
| TFile f | ( | "nanobeam.root" | ) |
| gPad SetLogz | ( | ) |
| ntuple0 SetMarkerColor | ( | 2 | ) |
| ntuple2 SetMarkerColor | ( | 4 | ) |
| ntuple0 SetMarkerSize | ( | . | 2 | ) |
| ntuple0 SetMarkerStyle | ( | 20 | ) |
| gStyle SetOptStat | ( | 1111 | ) |
| gStyle SetPalette | ( | 1 | ) |
| gROOT SetStyle | ( | "Plain" | ) |
| system | ( | "rm -rf nanobeam.root" | ) |
| system | ( | "hadd -O nanobeam.root nanobeam_*.root" | ) |
| c1 = new TCanvas ("c1","",200,10,800,800) |
advanced/nanobeam/plot.C 파일의 10 번째 라인에서 정의되었습니다.
| ntuple0 = (TNtuple*)f.Get("ntuple0") |
advanced/nanobeam/plot.C 파일의 18 번째 라인에서 정의되었습니다.
| ntuple2 = (TNtuple*)f.Get("ntuple2") |
advanced/nanobeam/plot.C 파일의 28 번째 라인에서 정의되었습니다.
1.8.5