Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 977)
+++ trunk/MagicSoft/Mars/Changelog	(revision 978)
@@ -1,3 +1,46 @@
                                                                   -*-*- END -*-*-
+
+ 2001/10/23: Thomas Bretz
+
+   * macros/dohtml.C:
+     - changed macro names
+
+   * macros/getCollArea.C:
+     - renamed to collarea.C
+     - make use of new fast MReadTree
+
+   * macros/getRate.C:
+     - renamed to trigrate.C
+
+   * macros/getThreshold.C:
+     - renamed to threshold.C
+
+   * Makefile.depend:
+     - removed
+
+   * mgui/MCamDisplay.[h,cc]:
+     - fixed wrong usage of new operator in TClonesArray
+     - the aspect ratio of the Canvas is used now to display geometries
+       correctly (no 'small CT1 camera anymore)
+     - replaced include of MCerPhotPix by a forward declaration
+     - replaced include of MHexagon by a forward declaration
+
+   * mgui/MGeomCam.[h,cc]:
+     - added GetMaxRadius()-function
+     - added CalcMaxRadius()-function
+     - replaced include of MGeomPix by a forward declaration
+     - replaced include of TObjArray by a forward declaration
+
+   * mgui/MGeomCamMagic.cc, mgui/MGeomCamCT1.cc:
+     - call CalcMaxRadius in the constructor
+
+
+
+ 2001/10/22: Thomas Bretz
+
+   * mhist/MH*.[h,cc]:
+     - changed DrawClone according to root 3.01/06 to 'const'
+
+
 
  2001/10/16: Thomas Bretz
Index: trunk/MagicSoft/Mars/mgui/MCamDisplay.h
===================================================================
--- trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 977)
+++ trunk/MagicSoft/Mars/mgui/MCamDisplay.h	(revision 978)
@@ -21,18 +21,18 @@
 {
 private:
-    Bool_t         fAutoScale;   //  indicating the autoscale function
+    Bool_t         fAutoScale;   // indicating the autoscale function
 
-    UInt_t         fNumPixels;
-    Int_t          fRange;
+    UInt_t         fNumPixels;   // number of pixels in the present geometry
+    Int_t          fRange;       // the range in millimeters of the present geometry
 
-    TClonesArray  *fPixels;
+    Float_t        fMinPhe;      // The minimal number of Phe
+    Float_t        fMaxPhe;      // The maximum number of Phe
 
-    Float_t        fMinPhe;      //  The minimal number of Phe
-    Float_t        fMaxPhe;      //  The maximum number of Phe
+    TClonesArray  *fPixels;      // array of all hexagons
+    TClonesArray  *fLegend;      // array of all color bars
+    TClonesArray  *fLegText;     // array of all texts
 
-    TClonesArray  *fLegend;
-    TClonesArray  *fLegText;
+    TVirtualPad   *fDrawingPad;  // pad in which we are drawing
 
-    TVirtualPad *fDrawingPad;
 
     TBox  *GetBox(Int_t i)  { return (TBox*) fLegend->At(i); }
