26 TCanvas* c=(TCanvas*)gROOT->FindObject(
"PWA");
28 c=
new TCanvas(
"PWA",
"PWA Summary",10,10,1000,900);
33 gStyle->SetOptStat(0);
34 gStyle->SetMarkerSize(0.5);
35 gStyle->SetFillColor(0);
36 gStyle->SetPadColor(0);
37 gStyle->SetLineColor(kGray);
41 pwa->Draw(
"intens():_mass",
"",
"");
42 TGraph* g2=(TGraph*)gPad->FindObject(
"Graph");
43 g2->SetMarkerStyle(23);
44 g2->SetMarkerSize(0.5);g2->SetMarkerColor(color);
45 g2->SetTitle(
"Total Intensity");
49 pwa->Draw(
"intens(\"flat\"):_mass",
"",
"");
50 TGraph* g2=(TGraph*)gPad->FindObject(
"Graph");
51 g2->SetMarkerStyle(23);
52 g2->SetMarkerSize(0.5);g2->SetMarkerColor(color);
58 pwa->Draw(
"intens(\"0++0-\"):err(\"0++0-\"):_mass",
"",
"goff");
59 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
63 g->SetMarkerStyle(23);
64 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
70 pwa->Draw(
"intens(\"0-+0+\"):err(\"0-+0+\"):_mass",
"",
"goff");
71 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
75 g->SetMarkerStyle(23);
76 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
84 pwa->Draw(
"intens(\"1++0+\"):err(\"1++0+\"):_mass",
"",
"goff");
85 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
89 g->SetMarkerStyle(23);
90 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
97 pwa->Draw(
"intens(\"2-+0+\"):err(\"2-+0+\"):_mass",
"",
"goff");
98 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
102 g->SetMarkerStyle(23);
103 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
104 g->SetTitle(
"2-+0+");
108 TCanvas* c2=(TCanvas*)gROOT->FindObject(
"PWA2");
110 c2=
new TCanvas(
"PWA2",
"PWA Summary",15,15,1000,900);
117 pwa->Draw(
"intens(\"2++0-\"):err(\"2++0-\"):_mass",
"",
"goff");
118 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
122 g->SetMarkerStyle(23);
123 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
124 g->SetTitle(
"2++0-");
128 pwa->Draw(
"intens(\"2++1+\"):err(\"2++1+\"):_mass",
"",
"goff");
129 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
133 g->SetMarkerStyle(23);
134 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
135 g->SetTitle(
"2++1+");
140 pwa->Draw(
"intens(\"1-+0-\"):err(\"1-+0-\"):_mass",
"",
"goff");
141 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
145 g->SetMarkerStyle(23);
146 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
147 g->SetTitle(
"1-+0-");
151 pwa->Draw(
"intens(\"1-+1+\"):err(\"1-+1+\"):_mass",
"",
"goff");
152 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
156 g->SetMarkerStyle(23);
157 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
158 g->SetTitle(
"1-+1+");
163 pwa->Draw(
"intens(\"3++0+\"):err(\"3++0+\"):_mass",
"",
"goff");
164 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
168 g->SetMarkerStyle(23);
169 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
170 g->SetTitle(
"3++0+");
175 pwa->Draw(
"intens(\"4++1+\"):err(\"4++1+\"):_mass",
"",
"goff");
176 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
180 g->SetMarkerStyle(23);
181 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
182 g->SetTitle(
"4++1+");
188 TCanvas* c3=(TCanvas*)gROOT->FindObject(
"PWA3");
190 c3=
new TCanvas(
"PWA3",
"PWA Summary",20,20,1000,900);
199 pwa->Draw(
"intens(\"3-+1+\"):err(\"3-+1+\"):_mass",
"",
"goff");
200 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
204 g->SetMarkerStyle(23);
205 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
206 g->SetTitle(
"3-+1+");
210 pwa->Draw(
"intens(\"3-+1-\"):err(\"3-+1-\"):_mass",
"",
"goff");
211 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
215 g->SetMarkerStyle(23);
216 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
217 g->SetTitle(
"3-+1-");
221 pwa->Draw(
"intens(\"3-+0-\"):err(\"3-+0-\"):_mass",
"",
"goff");
222 TGraphErrors* g=
new TGraphErrors(pwa->GetSelectedRows(),
226 g->SetMarkerStyle(23);
227 g->SetMarkerSize(0.5);g->SetMarkerColor(color);
228 g->SetTitle(
"3-+0-");