Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 7682)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 7683)
@@ -23,4 +23,13 @@
    * Makefile.rules:
      - added new option zdiff
+
+   * mbase/MTaskList.[h,cc]:
+     - overwrite member function AddToList with a TList-reference
+       as argument
+
+   * mhflux/MHCollectionArea.[h,cc]:
+     - added the missing //! behind the fMcEvt data member
+     - increased class version number
+     - removed obsolete fEnergy data member
 
 
Index: /trunk/MagicSoft/Mars/mhflux/MHCollectionArea.h
===================================================================
--- /trunk/MagicSoft/Mars/mhflux/MHCollectionArea.h	(revision 7682)
+++ /trunk/MagicSoft/Mars/mhflux/MHCollectionArea.h	(revision 7683)
@@ -20,6 +20,6 @@
 {
 private:
-    MMcEvt *fMcEvt;
-    MParameterD *fEnergy;
+    MMcEvt *fMcEvt;             //!
+    //MParameterD *fEnergy;     //!
 
     TH2D fHistSel;
@@ -77,5 +77,5 @@
     void SetMcAreaRadius(Float_t x) { fMcAreaRadius = x; }
 
-    ClassDef(MHCollectionArea, 1)  // Data Container to calculate Collection Area
+    ClassDef(MHCollectionArea, 2)  // Data Container to calculate Collection Area
 };
 
