Index: trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc	(revision 2150)
+++ trunk/MagicSoft/Mars/mhist/MHSigmaTheta.cc	(revision 2155)
@@ -292,13 +292,13 @@
     h->SetBit(kCanDelete);
 
-    pad->cd(4);
-    gPad->SetBorderMode(0);
-    h = fSigmaTheta.ProjectionY("ProjY-sigma", -1, 9999, "E");
-    h->SetDirectory(NULL);
-    h->SetTitle("Distribution of \\bar{\\sigma}_{ped}");
-    h->SetXTitle("\\bar{\\sigma}_{ped}");
-    h->SetYTitle("No.of events");
-    h->Draw(opt);
-    h->SetBit(kCanDelete);
+    //pad->cd(7);
+    //gPad->SetBorderMode(0);
+    //h = fSigmaTheta.ProjectionY("ProjY-sigma", -1, 9999, "E");
+    //h->SetDirectory(NULL);
+    //h->SetTitle("Distribution of \\bar{\\sigma}_{ped}");
+    //h->SetXTitle("\\bar{\\sigma}_{ped}");
+    //h->SetYTitle("No.of events");
+    //h->Draw(opt);
+    //h->SetBit(kCanDelete);
 
     pad->cd(5);
@@ -322,6 +322,6 @@
     h->SetBit(kCanDelete);
 
-    //pad->cd(7);
-    //fSigmaTheta.Draw(opt);
+    pad->cd(4);
+    fSigmaTheta.Draw(opt);
 
     //pad->cd(8);
@@ -331,2 +331,4 @@
     //fSigmaPixTheta.Draw(opt);
 }
+
+
