Index: trunk/MagicSoft/Mars/mhflux/MHAlpha.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHAlpha.cc	(revision 9345)
+++ trunk/MagicSoft/Mars/mhflux/MHAlpha.cc	(revision 9346)
@@ -97,5 +97,4 @@
     fHist.SetDirectory(NULL);
     fHist.UseCurrentStyle();
-    fHist.Sumw2();
 
     // Main histogram
@@ -105,5 +104,4 @@
     fHistTime.UseCurrentStyle();
     fHistTime.SetDirectory(NULL);
-    fHistTime.Sumw2();
 
     fHEnergy.SetName("Excess");
@@ -113,5 +111,4 @@
     fHEnergy.SetDirectory(NULL);
     fHEnergy.UseCurrentStyle();
-    fHEnergy.Sumw2();
 
     fHTheta.SetName("ExcessTheta");
@@ -122,5 +119,4 @@
     fHTheta.UseCurrentStyle();
     fHTheta.SetMinimum(0);
-    fHTheta.Sumw2();
 
     // effective on time versus time
@@ -437,5 +433,5 @@
     fHTime.SetBinError(n,   fit.GetErrorExcess());
 
-    *fLog << all << *fTimeEffOn << " (" << n << "): " << fit.GetEventsExcess() << endl;
+    //*fLog << inf3 << *fTimeEffOn << " (" << n << "): " << fit.GetEventsExcess() << endl;
 
     fNumRebin = fNumTimeBins;
Index: trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.h
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.h	(revision 9345)
+++ trunk/MagicSoft/Mars/mhflux/MHEffectiveOnTime.h	(revision 9346)
@@ -94,5 +94,5 @@
     void Paint(Option_t *opt="");
 
-    ClassDef(MHEffectiveOnTime, 3) // Histogram to determin effective On-Time vs Time and Zenith Angle
+    ClassDef(MHEffectiveOnTime, 4) // Histogram to determin effective On-Time vs Time and Zenith Angle
 };
 
