Go to the source code of this file.
|
| c1 = new TCanvas ("c1","",200,10,800,800) |
|
TNtuple * | ntuple0 = (TNtuple*)f.Get("ntuple0") |
|
TNtuple * | ntuple2 = (TNtuple*)f.Get("ntuple2") |
|
ntuple0 Draw |
( |
"xIn:yIn:zIn" |
, |
|
|
"" |
|
|
) |
| |
ntuple2 Draw |
( |
"yIn:xIn" |
, |
|
|
"" |
, |
|
|
"hcolz" |
|
|
) |
| |
ntuple2 Draw |
( |
"thetaIn:xIn" |
, |
|
|
"" |
, |
|
|
"hcolz" |
|
|
) |
| |
ntuple2 Draw |
( |
"phiIn:yIn" |
, |
|
|
"" |
, |
|
|
"hcolz" |
|
|
) |
| |
TFile f |
( |
"nanobeam.root" |
| ) |
|
gStyle SetOptStat |
( |
1111 |
| ) |
|
gROOT SetStyle |
( |
"Plain" |
| ) |
|
system |
( |
"rm -rf nanobeam.root" |
| ) |
|
system |
( |
"hadd -O nanobeam.root nanobeam_*.root" |
| ) |
|
c1 = new TCanvas ("c1","",200,10,800,800) |
Definition at line 10 of file plot.C.
View newest version in sPHENIX GitHub at line 10 of file plot.C
ntuple0 = (TNtuple*)f.Get("ntuple0") |
Definition at line 18 of file plot.C.
View newest version in sPHENIX GitHub at line 18 of file plot.C
ntuple2 = (TNtuple*)f.Get("ntuple2") |
Definition at line 28 of file plot.C.
View newest version in sPHENIX GitHub at line 28 of file plot.C