Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 1631)
+++ trunk/MagicSoft/Mars/Changelog	(revision 1632)
@@ -35,4 +35,8 @@
    * manalysis/MPedestalCalc.[h,cc]:
      - added (not yet to LinkDef.h and Makefile)
+
+   * mgeom/MGeomMirror.[h,cc], mgeom/MGeomPMT.[h,cc], 
+     mmc/MMcConfigRunHeader.[h,cc], mmc/MMcCorsikaRunHeader.[h,cc]:
+     - changed comments
 
 
Index: trunk/MagicSoft/Mars/NEWS
===================================================================
--- trunk/MagicSoft/Mars/NEWS	(revision 1631)
+++ trunk/MagicSoft/Mars/NEWS	(revision 1632)
@@ -1,5 +1,5 @@
                                                                -*-*- END -*-*-
 
- *** Version 0.8
+ *** Version 0.8 (2002/11/18)
 
    - added all subdirectories as Include-Paths for ACLIC (s. rootlogon.C)
@@ -15,5 +15,6 @@
    - changed trigrate.C: now it calculates the pure NSB triggers from
      a camera file (generated with no showers), so there is no need
-     to introduce them by hand in the BgR array.
+     to introduce them by hand in the BgR array (for more details
+     please ask Abelardo)
 
    - added MHHadroness (and MHadroness) as a general facility to evaluate
@@ -34,5 +35,5 @@
 
    - implemented the Multidimensional Distances (Next Neighbours)
-     (MMultiDimDistCalc, multidimdist.C, MHMatrix)
+     (MMultiDimDistCalc, multidimdist.C, multidimdist2.C, MHMatrix)
 
    - Added a camera display displaying the pixel numbers to the
@@ -89,4 +90,11 @@
    - Fixed the error calculation of MHMCollectionArea and MHMcIntRate
      (thanks to Raquel)
+
+   - added the first energy estimator (MEnergyEstParam, estimate.C,
+     estfit.C) using a parametrization
+
+   - Added some new Monte Carlo paremeter containers used to store
+     setup information from the MC chain (MMcConfigRunHeader, 
+     MMcCorsikaRunHeader, MGeomPMT, MGeomMirror)
 
 
Index: trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc	(revision 1631)
+++ trunk/MagicSoft/Mars/mgeom/MGeomMirror.cc	(revision 1632)
@@ -23,5 +23,5 @@
 \* ======================================================================== */
 
-///////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
 //
 // MGeomMirror
@@ -29,5 +29,5 @@
 // This is the base class of the Mirror geometry. 
 //
-///////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
 
 #include "MGeomMirror.h"
@@ -71,5 +71,5 @@
 // --------------------------------------------------------------------------
 //
-// DESCRIPTION MISSING
+// DESCRIPTION MISSING: Please contact Oscar
 //
 void MGeomMirror::SetMirrorContent(Int_t mir, Float_t focal, Float_t curv_x,
Index: trunk/MagicSoft/Mars/mgeom/MGeomMirror.h
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomMirror.h	(revision 1631)
+++ trunk/MagicSoft/Mars/mgeom/MGeomMirror.h	(revision 1632)
@@ -42,5 +42,5 @@
                            Float_t dev_x, Float_t dev_y);
 
-    ClassDef(MGeomMirror, 1)  // class containing information about the Cerenkov Photons in a pixel
+    ClassDef(MGeomMirror, 1)  // geometry class describing one mirror
 };
 
Index: trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc
===================================================================
--- trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc	(revision 1631)
+++ trunk/MagicSoft/Mars/mgeom/MGeomPMT.cc	(revision 1632)
@@ -23,5 +23,5 @@
 \* ======================================================================== */
 
-///////////////////////////////////////////////////////////////////////
+/////////////////////////////////////////////////////////////////////////////
 //
 // MGeomPMT
@@ -29,5 +29,5 @@
 // This is the base class of the PMT characteristics. 
 //
-///////////////////////////////////////////////////////////////////////
+////////////////////////////////////////////////////////////////////////////
 #include "MGeomPMT.h"
 
@@ -50,5 +50,5 @@
 // --------------------------------------------------------------------------
 //
-// DESCRIPTION MISSING
+// DESCRIPTION MISSING Please contact Oscar
 //
 void MGeomPMT::SetPMTContent(Int_t pmt, const TArrayF &wav, const TArrayF &qe)
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.cc
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.cc	(revision 1631)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.cc	(revision 1632)
@@ -74,5 +74,5 @@
 // --------------------------------------------------------------------------
 //
-// DESCRIPTION MISSING
+// DESCRIPTION MISSING Please contact Oscar
 //
 void MMcConfigRunHeader::SetMagicDef(Float_t radius,
@@ -98,5 +98,5 @@
 // --------------------------------------------------------------------------
 //
-// DESCRIPTION MISSING
+// DESCRIPTION MISSING Please contact Oscar
 //
 void  MMcConfigRunHeader::SetLightGuides(const TArrayF &theta, const TArrayF &factor)
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h	(revision 1631)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h	(revision 1632)
@@ -72,5 +72,5 @@
     MGeomPMT &GetPMT(int i) const { return *(MGeomPMT*)(fPMTs->UncheckedAt(i)); }
 
-    ClassDef(MMcConfigRunHeader, 1)    // class for configuration information
+    ClassDef(MMcConfigRunHeader, 1)  // class for monte carlo configuration information
 };
 
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcCorsikaRunHeader.h
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcCorsikaRunHeader.h	(revision 1631)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcCorsikaRunHeader.h	(revision 1632)
@@ -70,5 +70,5 @@
              );
 
-    ClassDef(MMcCorsikaRunHeader, 1)	// storage container for general info
+    ClassDef(MMcCorsikaRunHeader, 1) // storage container for corsika setup information
 };
 #endif
Index: trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx
===================================================================
--- trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 1631)
+++ trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx	(revision 1632)
@@ -147,5 +147,5 @@
   Bool_t   GetAllEvtsTriggered() const    { return fAllEvtsTriggered ? kTRUE : kFALSE; }
 
-  ClassDef(MMcRunHeader, 3)	// storage container for general info
+  ClassDef(MMcRunHeader, 3)	// storage container for general run info
 };
 #endif
