Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 2850)
+++ trunk/MagicSoft/Mars/Changelog	(revision 2851)
@@ -6,6 +6,8 @@
 
  2004/01/19: Javier Rico
+
    * manalysis/MPedCalcPedRun.cc, manalysis/MPedPhotCalc.cc
      - Added documentation of member functions
+
 
 
@@ -24,4 +26,5 @@
      - Added new member variable fNumSaturatedPixels to count how many
        pixels were saturated. Updated ClassDef to version 2.
+
 
 
@@ -34,4 +37,7 @@
        the two TArrayF)
      - fixed some small bugs in the documentation
+
+   * manalysis/MPedCalcPedRun.cc:
+     - updated my eMail address
 
 
Index: trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc
===================================================================
--- trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc	(revision 2850)
+++ trunk/MagicSoft/Mars/manalysis/MPedCalcPedRun.cc	(revision 2851)
@@ -17,5 +17,5 @@
 !
 !   Author(s): Josep Flix 04/2001 <mailto:jflix@ifae.es>
-!   Author(s): Thomas Bretz 05/2001 <mailto:tbretz@uni-sw.gwdg.de>
+!   Author(s): Thomas Bretz 05/2001 <mailto:tbretz@astro.uni-wuerzburg.de>
 !   Author(s): Sebastian Commichau 12/2003 
 !   Author(s): Javier Rico 01/2004 
@@ -27,22 +27,21 @@
 
 /////////////////////////////////////////////////////////////////////////////
-//                                                                         //
-//   MPedCalcPedRun                                                        //
-//                                                                         //
-//  This task takes a pedestal run file and fills MPedestalCam during      //
-//  the Process() with the pedestal and rms computed in an event basis.    //
-//  In the PostProcess() MPedestalCam is finally filled with the pedestal  //
-//  mean and rms computed in a run basis.                                  //
-//  More than one run (file) can be merged                                 //
-//                                                                         //
-//  Input Containers:                                                      //
-//   MRawEvtData                                                           //
-//                                                                         //
-//  Output Containers:                                                     //
-//   MPedestalCam                                                          //
-//                                                                         //
-//                                                                         //
+//
+//   MPedCalcPedRun
+//
+//  This task takes a pedestal run file and fills MPedestalCam during
+//  the Process() with the pedestal and rms computed in an event basis.
+//  In the PostProcess() MPedestalCam is finally filled with the pedestal
+//  mean and rms computed in a run basis.
+//  More than one run (file) can be merged
+//
+//  Input Containers:
+//   MRawEvtData
+//
+//  Output Containers:
+//   MPedestalCam
+//
+//
 /////////////////////////////////////////////////////////////////////////////
-
 #include "MPedCalcPedRun.h"
 
@@ -65,4 +64,5 @@
 using namespace std;
 
+// --------------------------------------------------------------------------
 //
 // default constructor
