Changeset 2159 for trunk/MagicSoft
- Timestamp:
- 06/04/03 06:46:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc
r2155 r2159 73 73 fSigmaTheta.SetTitle("2D: \\bar{\\sigma}, \\Theta"); 74 74 fSigmaTheta.SetXTitle("\\Theta [\\circ]"); 75 fSigmaTheta.SetYTitle(" \\bar{\\sigma}");75 fSigmaTheta.SetYTitle("Sigmabar"); 76 76 77 77 fSigmaPixTheta.SetDirectory(NULL); … … 306 306 h = fDiffPixTheta.Project3D("zy"); 307 307 h->SetDirectory(NULL); 308 h->SetTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2} vs. pixel Id (all \\Theta)");309 h->SetXTitle(" Id");308 h->SetTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2} vs. pixel Id (all \\Theta)"); 309 h->SetXTitle("Pixel Id"); 310 310 h->SetYTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2}"); 311 311 h->Draw("box"); … … 316 316 h = fSigmaPixTheta.Project3D("zy"); 317 317 h->SetDirectory(NULL); 318 h->SetTitle("\\sigma_{ped} vs. pixel Id (all \\Theta)");319 h->SetXTitle(" Id");318 h->SetTitle("\\sigma_{ped} vs. pixel Id (all \\Theta)"); 319 h->SetXTitle("Pixel Id"); 320 320 h->SetYTitle("\\sigma_{ped}"); 321 321 h->Draw("box"); … … 333 333 334 334 335 336 337
Note:
See TracChangeset
for help on using the changeset viewer.