Index: trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc
===================================================================
--- trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc	(revision 5091)
+++ trunk/MagicSoft/Mars/mhcalib/MHCalibrationCam.cc	(revision 5092)
@@ -335,10 +335,9 @@
 }
 
-
 // --------------------------------------------------------------------------
 //
 // Creates new MHCalibrationCam only for the averaged areas:
 // the rest has to be retrieved directly, e.g. via: 
-//  MHCalibrationCam *cam = MParList::FindObject("MHCalibrationCam");
+//     MHCalibrationCam *cam = MParList::FindObject("MHCalibrationCam");
 //  -  cam->GetAverageSector(5).DrawClone();
 //  -  (*cam)[100].DrawClone()
@@ -350,7 +349,9 @@
   // FIXME, this might be done faster and more elegant, by direct copy.
   //
-  MHCalibrationCam *cam = new MHCalibrationCam();
+  MHCalibrationCam *cam = this->Clone();
 
   cam->fRunNumbers             = fRunNumbers;
+
+  /*
   cam->fPulserFrequency        = fPulserFrequency;
   cam->fFlags                  = fFlags;
@@ -358,5 +359,5 @@
   cam->fFirst                  = fFirst;
   cam->fLast                   = fLast;
-
+  */
   if (!IsAverageing())
     return cam;
