14 #include "GaudiKernel/MsgStream.h"
16 #include "Identifier/Identifier.h"
41 phi=(localphi+roiphi*4)*2;
47 phi=roiphi*4 + ( sector%2==0 ? roi%4 : 3-(roi%4) );
64 if(sector>12)sector=1;
75 mdtSector=(roiphi+1)/4+1;
77 if(mdtSector>8)mdtSector=1;
116 if(station==41||station==42){
118 }
else if(station==43||station==44){
120 }
else if(station==45||station==46){
130 TBox* box =
new TBox(
x1,
y1,
x2,
y2);
136 box->SetFillColor(kGray);
137 box->SetLineColor(kGray);
141 (
h->GetListOfFunctions())->Add(box);
145 float x1=
h->GetXaxis()->GetBinLowEdge(binx);
146 float x2=
h->GetXaxis()->GetBinUpEdge(binx);
147 for(
int i=0;
i<24;
i++){
149 float y1=
h->GetYaxis()->GetBinLowEdge(biny);
150 float y2=
h->GetYaxis()->GetBinUpEdge(biny);
159 int x1=
h->GetXaxis()->GetBinLowEdge(40);
160 int x2=
h->GetXaxis()->GetBinUpEdge(40);
161 int x3=
h->GetXaxis()->GetBinLowEdge(41);
162 int x4=
h->GetXaxis()->GetBinUpEdge(41);
163 int y1=
h->GetYaxis()->GetBinLowEdge(19);
164 int y2=
h->GetYaxis()->GetBinUpEdge(19);
167 y1=
h->GetYaxis()->GetBinLowEdge(35);
168 y2=
h->GetYaxis()->GetBinUpEdge(35);
171 y1=
h->GetYaxis()->GetBinLowEdge(43);
172 y2=
h->GetYaxis()->GetBinUpEdge(43);
177 x1=
h->GetXaxis()->GetBinLowEdge(2);
178 y1=
h->GetYaxis()->GetBinLowEdge(1);
179 x2=
h->GetXaxis()->GetBinUpEdge(2);
180 y2=
h->GetYaxis()->GetBinUpEdge(48);
182 x1=
h->GetXaxis()->GetBinLowEdge(9);
183 x2=
h->GetXaxis()->GetBinUpEdge(9);
185 x1=
h->GetXaxis()->GetBinLowEdge(16);
186 x2=
h->GetXaxis()->GetBinUpEdge(16);
188 x1=
h->GetXaxis()->GetBinLowEdge(23);
189 x2=
h->GetXaxis()->GetBinUpEdge(23);
191 x1=
h->GetXaxis()->GetBinLowEdge(34);
192 x2=
h->GetXaxis()->GetBinUpEdge(34);