Index: trunk/MagicSoft/Mars/mhflux/MHEnergyEst.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHEnergyEst.cc	(revision 7691)
+++ trunk/MagicSoft/Mars/mhflux/MHEnergyEst.cc	(revision 7692)
@@ -69,8 +69,8 @@
     //
     fName  = name  ? name  : "MHEnergyEst";
-    fTitle = title ? title : "3-D histogram   E-true E-est Theta";
-
-    fNameEnergy = "MEnergyEst";
-    fNameResult = "MinimizationValue";
+    fTitle = title ? title : "Histogram for the result of the energy reconstruction";
+
+    //fNameEnergy = "MEnergyEst";
+    //fNameResult = "MinimizationValue";
 
     fHEnergy.SetDirectory(NULL);
Index: trunk/MagicSoft/Mars/mhflux/MHEnergyEst.h
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHEnergyEst.h	(revision 7691)
+++ trunk/MagicSoft/Mars/mhflux/MHEnergyEst.h	(revision 7692)
@@ -22,6 +22,6 @@
 {
 private:
-    TString      fNameEnergy;
-    TString      fNameResult;
+    //TString      fNameEnergy;
+    //TString      fNameResult;
 
     MMcEvt      *fMcEvt;  //!
@@ -62,6 +62,6 @@
     void Print(Option_t *o="") const;
 
-    ClassDef(MHEnergyEst, 2) //
-
+    //ClassDef(MHEnergyEst, 2) //
+    ClassDef(MHEnergyEst, 1) // Histogram for the result of the energy reconstruction
 };
 
