Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc	(revision 5090)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeBlindCam.cc	(revision 5091)
@@ -408,16 +408,14 @@
 // --------------------------------------------------------------------------
 //
-// Our own clone function is necessary since root 3.01/06 or Mars 0.4
-// I don't know the reason. 
-//
-// Creates new MHCalibrationChargeBlindCam
-// Deletes the TObjArray's and Clones them individually
+// This Clone-function has to be different from the MHCalibrationCam 
+// Clone function since it does not store and display the averaged values 
+// (in fAverageAreas), but the blind pixels stored in fHiGainArray. 
+//
+// Creates new MHCalibrationChargeBlindCam and
+// Clones MHCalibrationChargeBlindPix's individually
 //
 TObject *MHCalibrationChargeBlindCam::Clone(const char *name) const
 {
 
-  //
-  // FIXME, this might be done faster and more elegant, by direct copy.
-  //
   MHCalibrationChargeBlindCam *cam = new MHCalibrationChargeBlindCam();
 
