Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 5791)
+++ trunk/MagicSoft/Mars/Changelog	(revision 5792)
@@ -49,4 +49,6 @@
    * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]
      - implemented changes suggested by T.B. to speed up calculations
+     - take fNameWeightsFile into the streamer, otherwise the Clone() 
+       will always create an extractor with cosmic's weights. 
 
 
Index: trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h
===================================================================
--- trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h	(revision 5791)
+++ trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h	(revision 5792)
@@ -57,5 +57,5 @@
   MArrayF fTimeWeightsLoGain;                   //! Time weights Low-Gain (from weights file)
 
-  TString fNameWeightsFile;                     //! Name of the weights file
+  TString fNameWeightsFile;                     //  Name of the weights file
   Bool_t  fWeightsSet;                          //! Flag if weights have alreayd been set
   Int_t   fRandomIter;                          //! Counter used to randomize weights for noise calculation
