Index: trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc
===================================================================
--- trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc	(revision 7649)
+++ trunk/MagicSoft/Mars/mhflux/MHCollectionArea.cc	(revision 7682)
@@ -28,4 +28,9 @@
 //  MHCollectionArea
 //
+//  Class Version 2:
+//  ----------------
+//   + added //! to fMcEvt which was missing before
+//
+//
 //////////////////////////////////////////////////////////////////////////////
 #include "MHCollectionArea.h" 
@@ -59,5 +64,5 @@
 //
 MHCollectionArea::MHCollectionArea(const char *name, const char *title)
-  : fMcEvt(0), fEnergy(0), fMcAreaRadius(300.), fIsExtern(kFALSE)
+  : fMcEvt(0), /*fEnergy(0),*/ fMcAreaRadius(300.), fIsExtern(kFALSE)
 { 
     //   initialize the histogram for the distribution r vs E
@@ -163,5 +168,5 @@
         return kFALSE;
     }
-
+    /*
     fEnergy = (MParameterD*)pl->FindObject("MEnergyEst", "MParameterD");
     if (!fEnergy)
@@ -170,5 +175,5 @@
         return kFALSE;
     }
-
+    */
     MBinning binst, binse;
     binst.SetEdges(fHistAll, 'x');
