19 TFile f(
"/afs/rhic.bnl.gov/star/data/samples/POIzto6m.root");
21 ntb->SetMarkerStyle(24);
22 ntb->SetMarkerSize(.6);
23 ntb->Draw(
"bt:z",
"r<95 && r>85");
25 ntb->SetMarkerStyle(20);
26 ntb->Draw(
"bt:z",
"r<195 && r>185",
"same");
28 ntb->SetMarkerStyle(25);
29 ntb->Draw(
"bt:z",
" r>275",
"same");
31 text =
new TLatex(420,-950,
"z(cm)");
32 text->SetTextSize(0.05);
33 text->SetLineWidth(2);
35 text =
new TLatex(-56,11000,
"Btot");
36 text->SetTextSize(0.05);
37 text->SetLineWidth(2);
39 text =
new TLatex(38,10750,
"STAR Magnet");
40 text->SetTextSize(0.05);
41 text->SetLineWidth(2);
43 text =
new TLatex(38,10000,
"POISSON calculation");
44 text->SetTextSize(0.05);
45 text->SetLineWidth(2);
47 text =
new TLatex(336,10780,
"r = 90");
48 text->SetTextSize(0.05);
49 text->SetLineWidth(2);
51 text =
new TLatex(326,5000,
"r = 190");
52 text->SetTextSize(0.05);
53 text->SetLineWidth(2);
55 text =
new TLatex(170,2000,
"r = 280");
56 text->SetTextSize(0.05);
57 text->SetLineWidth(2);
59 printf (
" to exit type .q\n");