Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5975)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5976)
@@ -88,4 +88,7 @@
    * msignal/MExtractor.cc
      - removed Clear() for two results containers at beginning of Process()
+
+   * msignal/MExtractor.h
+     - Take fHiLoLast into the Clone()
 
    * msignal/MExtractedSignalPix.cc
Index: trunk/MagicSoft/Mars/msignal/MExtractor.h
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractor.h	(revision 5975)
+++ trunk/MagicSoft/Mars/msignal/MExtractor.h	(revision 5976)
@@ -47,5 +47,5 @@
   Byte_t   fLoGainLast;                    // Last FADC slice nr. to extract the Low Gain signal
                                            
-  Byte_t   fHiLoLast;                      //! Number of slices in fLoGainSamples counted for the High-Gain signal
+  Byte_t   fHiLoLast;                      // Number of slices in fLoGainSamples counted for the High-Gain signal
                                            
   Float_t  fNumHiGainSamples;              // Number High Gain FADC slices used to extract the signal
@@ -94,5 +94,5 @@
   void Print(Option_t *o="") const;
 
-  ClassDef(MExtractor, 4) // Signal Extractor Base Class
+  ClassDef(MExtractor, 5) // Signal Extractor Base Class
 };
 
