Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1099)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1100)
@@ -1,3 +1,46 @@
                                                                   -*-*- END -*-*-
+
+ 2001/11/28: Oscar Blanch Bigas
+
+   * mbase/MReadMarsFile.cc:
+     - Added process of fRun = new MReadTree("RunHeaders", fname),
+     needed to read RunHeaders tree information.
+
+   * manalysis/MCerPhotCalc.h:
+     - Added fNumLoGainFadcSlices and fNumHiGainFadcSlices member
+     variables because they are needed for Pedestal substraction.
+
+   * manalysis/MCerPhotCalc.h:
+     - Change in the methode to substract the pedestal. The new
+     methode is valid either for MC data and real data but only for
+     the current integration (GetSumHiGainSamples()).
+
+   * macros/readMagic.C:
+     - Added severaltask in the task list:
+	     MReadMarsFile to read  RunHeaders Tree
+	     MPedestalCopy and MPedestalNSB to treat correctly pedestals.
+
+   * macros/MagicHillas.C:
+     - Added severaltask in the task list:
+	     MReadMarsFile to read  RunHeaders Tree
+	     MPedestalCopy and MPedestalNSB to treat correctly pedestals.
+
+   * mmc/MMcRunHeader.hxx:
+     - Added GetNumPheFromDNSB().
+
+   * mmc/MMcFadcHeader.hxx:
+     - Added GetAmplitud().
+
+   * manalysis/MMcPedestalNSB.h / .cc:
+     - New class which adds to the pedestal rms the contribution from
+     the diffuse NSB.
+
+   * manalysis/Makefile:
+     - New class MMcPedestalNSB added.
+
+   * manalysis/AnalysisLinkDefine.
+     - New class MMcPedestalNSB added.
+
+
 
  2001/11/16: Thomas Bretz
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 1099)
+++ trunk/MagicSoft/Mars/NEWS	(revision 1100)
@@ -2,4 +2,6 @@
 
  *** Version 0.6
+
+   - Fixed a bug in the pedestals substraction
 
    - Introduced verbosity levels
Index: trunk/MagicSoft/Mars/mbase/MReadMarsFile.cc
===================================================================
--- trunk/MagicSoft/Mars/mbase/MReadMarsFile.cc	(revision 1099)
+++ trunk/MagicSoft/Mars/mbase/MReadMarsFile.cc	(revision 1100)
@@ -101,5 +101,5 @@
         return kTRUE;
 
-    *fLog << inf << "MReadMarsFile: Switching to next file '" << GetFileName() << "' ";
+    *fLog << "MReadMarsFile: Switching to next file '" << GetFileName() << "' ";
     *fLog << "(before Event #" << GetEventNum()-1 << ")" << endl;
     fRun->Process();
