Index: /trunk/MagicSoft/Mars/Changelog
===================================================================
--- /trunk/MagicSoft/Mars/Changelog	(revision 8207)
+++ /trunk/MagicSoft/Mars/Changelog	(revision 8208)
@@ -60,4 +60,7 @@
        of the lowest possible hi-gain time.
 
+   * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
+     - removed obsolete SignalStartBin data members
+     - set last hi-gain extraction slace from 15 to 16
 
 
Index: /trunk/MagicSoft/Mars/NEWS
===================================================================
--- /trunk/MagicSoft/Mars/NEWS	(revision 8207)
+++ /trunk/MagicSoft/Mars/NEWS	(revision 8208)
@@ -31,4 +31,6 @@
      + Changed the lo-gain start shift from 2.5 to 6.0 which gives
        clearly smoother results (to be investigated further)
+     + the hi-gain window was extended to slice 16. This allows extraction
+       of very late pulses in single pixels or of huge hadron showers.
 
    - optim: fixed a problem with the optim-macros which was due to a bug
Index: /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc
===================================================================
--- /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc	(revision 8207)
+++ /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc	(revision 8208)
@@ -1,4 +1,4 @@
 /* ======================================================================== *\
-! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.74 2006-10-25 18:36:26 tbretz Exp $
+! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.75 2006-11-02 17:54:22 tbretz Exp $
 ! --------------------------------------------------------------------------
 !
@@ -79,11 +79,9 @@
 
 const Byte_t  MExtractTimeAndChargeDigitalFilter::fgHiGainFirst             =  0;
-const Byte_t  MExtractTimeAndChargeDigitalFilter::fgHiGainLast              = 15;
+const Byte_t  MExtractTimeAndChargeDigitalFilter::fgHiGainLast              = 16;
 const Byte_t  MExtractTimeAndChargeDigitalFilter::fgLoGainFirst             =  1;
 const Byte_t  MExtractTimeAndChargeDigitalFilter::fgLoGainLast              = 14;
 const Int_t   MExtractTimeAndChargeDigitalFilter::fgBinningResolutionHiGain = 10;
 const Int_t   MExtractTimeAndChargeDigitalFilter::fgBinningResolutionLoGain = 10;
-const Int_t   MExtractTimeAndChargeDigitalFilter::fgSignalStartBinHiGain    =  4;
-const Int_t   MExtractTimeAndChargeDigitalFilter::fgSignalStartBinLoGain    =  4;
 const Float_t MExtractTimeAndChargeDigitalFilter::fgOffsetLoGain            =  0.95;
 
Index: /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h
===================================================================
--- /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h	(revision 8207)
+++ /trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h	(revision 8208)
@@ -21,6 +21,4 @@
     static const Int_t   fgBinningResolutionHiGain; //! Default for fBinningResolutionHiGain (now set to: 10)
     static const Int_t   fgBinningResolutionLoGain; //! Default for fBinningResolutionLoGain (now set to: 10)
-    static const Int_t   fgSignalStartBinHiGain;    //! Default for fSignalStartBinHiGain (now set to: 4)
-    static const Int_t   fgSignalStartBinLoGain;    //! Default for fSignalStartBinLoGain (now set to: 4)
     static const TString fgNameWeightsFile;         //! "cosmics_weights.dat"
     static const Float_t fgOffsetLoGain;            //! Default for fOffsetLoGain (now set to 1.7)
