- Timestamp:
- 05/07/03 15:11:56 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2089 r2090 19 19 * mmmain/MStatusDisplay.[h,cc]: 20 20 - implemented Search 21 22 * mhist/MHSigmaTheta.cc: 23 - removed borders around the pads (Draw) 21 24 22 25 -
trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc
r2072 r2090 232 232 233 233 pad->cd(1); 234 gPad->SetBorderMode(0); 234 235 gPad->SetLogy(); 235 236 h = fSigmaTheta.ProjectionX("ProjX-Theta", -1, 9999, "E"); … … 242 243 243 244 pad->cd(2); 245 gPad->SetBorderMode(0); 244 246 h = fDiffPixTheta.Project3D("zx"); 245 247 h->SetDirectory(NULL); 246 248 h->SetTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2} vs. \\Theta (all pixels)"); 247 249 h->SetXTitle("\\Theta [\\circ]"); 248 h->SetYTitle("\\sigma_{ped}^ 2-\\bar{\\sigma}_{ped}^{2}");250 h->SetYTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2}"); 249 251 h->Draw("box"); 250 252 h->SetBit(kCanDelete); 251 253 252 254 pad->cd(3); 255 gPad->SetBorderMode(0); 253 256 h = fSigmaPixTheta.Project3D("zx"); 254 257 h->SetDirectory(NULL); … … 260 263 261 264 pad->cd(4); 265 gPad->SetBorderMode(0); 262 266 h = fSigmaTheta.ProjectionY("ProjY-sigma", -1, 9999, "E"); 263 267 h->SetDirectory(NULL); … … 269 273 270 274 pad->cd(5); 275 gPad->SetBorderMode(0); 271 276 h = fDiffPixTheta.Project3D("zy"); 272 277 h->SetDirectory(NULL); … … 278 283 279 284 pad->cd(6); 285 gPad->SetBorderMode(0); 280 286 h = fSigmaPixTheta.Project3D("zy"); 281 287 h->SetDirectory(NULL); … … 295 301 //fSigmaPixTheta.Draw(opt); 296 302 } 297 298 299 300 301 302 303 304 305
Note:
See TracChangeset
for help on using the changeset viewer.