5 gROOT->SetStyle(
"Plain");
7 gStyle->SetOptStat(1111);
10 c1 =
new TCanvas (
"c1",
"",200,10,800,800);
13 TFile
f(
"nanobeam.root");
16 ntuple0 = (TNtuple*)
f->Get(
"ntuple0");
19 ntuple0->SetMarkerSize(.2);
20 ntuple0->SetMarkerColor(2);
21 ntuple0->SetMarkerStyle(20);
22 ntuple0->Draw(
"xIn:yIn:zIn",
"");
26 ntuple2 = (TNtuple*)
f->Get(
"ntuple2");
27 gStyle->SetPalette(1);
28 ntuple2->SetMarkerColor(2);
29 ntuple2->SetMarkerStyle(20);
31 ntuple2->Draw(
"yIn:xIn",
"",
"hcolz");
34 gStyle->SetPalette(1);
35 ntuple2->SetMarkerColor(4);
36 ntuple2->SetMarkerStyle(20);
38 ntuple2->Draw(
"thetaIn:xIn",
"",
"hcolz");
41 gStyle->SetPalette(1);
42 ntuple2->SetMarkerColor(4);
43 ntuple2->SetMarkerStyle(20);
45 ntuple2->Draw(
"phiIn:yIn",
"",
"hcolz");