Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 1319)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 1320)
@@ -7,4 +7,17 @@
    * Makefile:
      - changed "make tar" to use macros/tar.C and root
+
+
+
+ 2002/04/29: Wolfgang Wittek
+
+   * mhist/Makefile, mhist/HistLinkDef.h 
+     - MHThetabarTheta and MHThetabarTime were added
+
+   * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
+     - added
+
+   * mhist/MHMcEnergyMigration.[h,cc]:
+     - added
 
 
@@ -51,4 +64,7 @@
      - corrected class description
 
+   * mbase/MParList.cc:
+     - fixed a bug in CreateObjList
+
 
 
@@ -110,5 +126,4 @@
    * Work was done on the calculation of photon fluxes as a function of
      Theta and as a function of time. The work is still in progress.
-
 
    * macros/wowflux.C
@@ -129,14 +144,4 @@
      - new histograms were added (chi2/NDF, lambda, N0del)
 
-   * mhist/MHThetabarTheta.[h,cc], mhist/MHThetabarTime.[h,cc]:
-     - added
-
-   * mhist/MHMcEnergyMigration.[h,cc]:
-     - added
-
-   * mhist/Makefile
-     mhist/HistLinkDef.h 
-
-     - MHThetabarTheta and MHThetabarTime were added
 
 
Index: /trunk/MagicSoft/Mars/mbase/MParList.cc
===================================================================
--- /trunk/MagicSoft/Mars/mbase/MParList.cc	(revision 1319)
+++ /trunk/MagicSoft/Mars/mbase/MParList.cc	(revision 1320)
@@ -605,5 +605,5 @@
         //
         MParContainer *pcont = (MParContainer*)cls->New();
-        if (pcont)
+        if (!pcont)
         {
             gLog << err << dbginf << "Cannot create new instance of class '" << cname << "' (Maybe no def. constructor)" << endl;
Index: /trunk/MagicSoft/Mars/mdata/MDataValue.cc
===================================================================
--- /trunk/MagicSoft/Mars/mdata/MDataValue.cc	(revision 1319)
+++ /trunk/MagicSoft/Mars/mdata/MDataValue.cc	(revision 1320)
@@ -38,4 +38,8 @@
 ClassImp(MDataValue);
 
+// --------------------------------------------------------------------------
+//
+// Print the value
+//
 void MDataValue::Print(Option_t *opt = "") const
 {
