Index: trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc	(revision 2158)
+++ trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc	(revision 2159)
@@ -73,5 +73,5 @@
     fSigmaTheta.SetTitle("2D: \\bar{\\sigma}, \\Theta");
     fSigmaTheta.SetXTitle("\\Theta [\\circ]");
-    fSigmaTheta.SetYTitle("\\bar{\\sigma}");
+    fSigmaTheta.SetYTitle("Sigmabar");
 
     fSigmaPixTheta.SetDirectory(NULL);
@@ -306,6 +306,6 @@
     h = fDiffPixTheta.Project3D("zy");
     h->SetDirectory(NULL);
-    h->SetTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2} vs. pixel Id (all \\Theta)");
-    h->SetXTitle("Id");
+    h->SetTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2} vs. pixel Id (all  \\Theta)");
+    h->SetXTitle("Pixel Id");
     h->SetYTitle("\\sigma_{ped}^{2}-\\bar{\\sigma}_{ped}^{2}");
     h->Draw("box");
@@ -316,6 +316,6 @@
     h = fSigmaPixTheta.Project3D("zy");
     h->SetDirectory(NULL);
-    h->SetTitle("\\sigma_{ped} vs. pixel Id (all \\Theta)");
-    h->SetXTitle("Id");
+    h->SetTitle("\\sigma_{ped} vs. pixel Id (all  \\Theta)");
+    h->SetXTitle("Pixel Id");
     h->SetYTitle("\\sigma_{ped}");
     h->Draw("box");
@@ -333,2 +333,5 @@
 
 
+
+
+
