Index: trunk/MagicSoft/Mars/mhist/MFillHFadc.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MFillHFadc.h	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MFillHFadc.h	(revision 712)
@@ -25,5 +25,5 @@
   Bool_t Process() ;
   
-  ClassDef(MFillHFadc, 0)	// Task to fill a MHistosAdc Container with data
+  ClassDef(MFillHFadc, 0)  // Task to fill the fadc data into histograms
 
 };
Index: trunk/MagicSoft/Mars/mhist/MFillHHillas.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MFillHHillas.h	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MFillHHillas.h	(revision 712)
@@ -25,6 +25,5 @@
   Bool_t Process() ;
   
-  ClassDef(MFillHHillas, 0)	// Task to fill the Hillas histograms
-
+  ClassDef(MFillHHillas, 0) // Task to fill the Hillas parameters into histograms
 };
     
Index: trunk/MagicSoft/Mars/mhist/MFillHStarMap.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MFillHStarMap.h	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MFillHStarMap.h	(revision 712)
@@ -25,5 +25,5 @@
   Bool_t Process() ;
   
-  ClassDef(MFillHStarMap, 0)	// Task to fill the Hillas histograms
+  ClassDef(MFillHStarMap, 0) // Task to fill a 2-dim histogram by the Hillas parameters
 
 };
Index: trunk/MagicSoft/Mars/mhist/MHFadcCam.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHFadcCam.h	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MHFadcCam.h	(revision 712)
@@ -48,5 +48,5 @@
     }
 
-    ClassDef(MHFadcCam, 1)	// list of Histograms with ADC spectra
+    ClassDef(MHFadcCam, 1) // A list of histograms storing the Fadc spektrum of one pixel
 };
 
Index: trunk/MagicSoft/Mars/mhist/MHFadcPix.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHFadcPix.h	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MHFadcPix.h	(revision 712)
@@ -31,5 +31,5 @@
     void Draw(Option_t *opt=NULL);
 
-    ClassDef(MHFadcPix, 1)
+    ClassDef(MHFadcPix, 1) // Conatiner to hold two histograms container spektrums for the lo-/hi gain of one pixel
 };
 
Index: trunk/MagicSoft/Mars/mhist/MHHillas.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHHillas.cc	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MHHillas.cc	(revision 712)
@@ -32,7 +32,10 @@
 
     //
-    //   loop over all Pixels and create two histograms
-    //   one for the Low and one for the High gain
-    //   connect all the histogram with the container fHist
+    // loop over all Pixels and create two histograms
+    // one for the Low and one for the High gain
+    // connect all the histogram with the container fHist
+    //
+    // FIXME! Make the histograms looking that they can be used for
+    //        presentations (axis title, ...)
     //
     fAlpha  = new TH1F("Alpha [deg]", "Alpha of Hillas",   90, 0,  90);
Index: trunk/MagicSoft/Mars/mhist/MHHillas.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHHillas.h	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MHHillas.h	(revision 712)
@@ -34,5 +34,5 @@
     void Draw(Option_t *opt=NULL);
 
-    ClassDef(MHHillas, 1)	// list of Histograms with ADC spectra
+    ClassDef(MHHillas, 1) // Container which holds hostograms for the Hillas parameters
 };
 
Index: trunk/MagicSoft/Mars/mhist/MHStarMap.cc
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHStarMap.cc	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MHStarMap.cc	(revision 712)
@@ -2,4 +2,8 @@
 //
 // MHStarMap
+//
+// This class contains a 2-dimensional histogram. It should show some
+// kind of star map. The algorith which calculates the star map
+// from the Hillas parameters (Fill) can be enhanced.
 //
 ///////////////////////////////////////////////////////////////////////
Index: trunk/MagicSoft/Mars/mhist/MHStarMap.h
===================================================================
--- trunk/MagicSoft/Mars/mhist/MHStarMap.h	(revision 711)
+++ trunk/MagicSoft/Mars/mhist/MHStarMap.h	(revision 712)
@@ -32,5 +32,5 @@
     void Draw(Option_t *opt=NULL);
 
-    ClassDef(MHStarMap, 1)	// list of Histograms with ADC spectra
+    ClassDef(MHStarMap, 1) // Container to hold 2-dim histogram (starmap)
 };
 
