Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2859)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2860)
@@ -24,4 +24,7 @@
    * mfileio/MReadCurrents.[h,cc]:
      - obsolete, removed
+
+   * manalysis/MCerPhotEvt.cc, manalysis/MCerPhotPix.cc:
+     - added some comments
 
 
Index: trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc	(revision 2859)
+++ trunk/MagicSoft/Mars/manalysis/MCerPhotPix.cc	(revision 2860)
@@ -31,10 +31,13 @@
 // Storage container for the signal in a pixel in number of photons.
 //
+// NOTE: This container is NOT ment for I/O. Write it to a file on your own
+//       risk!
+//
 // Version 2:
+// ----------
 // Added fIsSaturated, boolean variable set to kTRUE whenever one or more of 
 // the low gain FADC slices of the pixel is in saturation.
 //
 ////////////////////////////////////////////////////////////////////////////
-
 #include "MCerPhotPix.h"
 
