10 gROOT->SetStyle(
"Plain");
13 c1 =
new TCanvas (
"c1",
"",20,20,1000,500);
15 TFile
f(
"dnageometry.root");
18 ntuple = (TNtuple*)
f->Get(
"ntuple");
21 gStyle->SetOptStat(000000);
23 ntuple->SetMarkerColor(2);
24 ntuple->SetMarkerStyle(20);
25 ntuple->SetMarkerSize(1);
26 ntuple->Draw(
"x/1000:y/1000:z/1000",
"flagVolume==1",
"");
28 ntuple->SetMarkerColor(4);
29 ntuple->SetMarkerStyle(24);
30 ntuple->Draw(
"x/1000:y/1000:z/1000",
"flagVolume==2",
"same");