Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 5200)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 5201)
@@ -19,4 +19,11 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2004/10/07: Markus Gaug
+
+  * mhcalib/MHCalibrationRelTimeCam.[h,cc]
+    - uncommented the Clone() function (which otherwise causes 150MB to 
+      be cloned). It is from now on working exactly equal like in 
+      MHCalibrationChargeCam which behaved fine until now. 
+
 
  2004/10/06: Hendrik Bartko
Index: /trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 5200)
+++ /trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.cc	(revision 5201)
@@ -177,5 +177,4 @@
 //  -  (*cam)[100].DrawClone()
 //
-#if 0
 TObject *MHCalibrationRelTimeCam::Clone(const char *) const
 {
@@ -186,4 +185,5 @@
   // Copy the data members
   //
+  cam->fColor                  = fColor;
   cam->fRunNumbers             = fRunNumbers;
   cam->fPulserFrequency        = fPulserFrequency;
@@ -223,5 +223,4 @@
   return cam;
 }
-#endif
 
 // --------------------------------------------------------------------------
Index: /trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.h
===================================================================
--- /trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.h	(revision 5200)
+++ /trunk/MagicSoft/Mars/mhcalib/MHCalibrationRelTimeCam.h	(revision 5201)
@@ -58,5 +58,5 @@
 
   // Clone
-  //  TObject *Clone(const char *name="") const;
+  TObject *Clone(const char *name="") const;
 
   // Setters
