Changeset 8208


Ignore:
Timestamp:
11/02/06 17:54:30 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8207 r8208  
    6060       of the lowest possible hi-gain time.
    6161
     62   * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
     63     - removed obsolete SignalStartBin data members
     64     - set last hi-gain extraction slace from 15 to 16
    6265
    6366
  • trunk/MagicSoft/Mars/NEWS

    r8187 r8208  
    3131     + Changed the lo-gain start shift from 2.5 to 6.0 which gives
    3232       clearly smoother results (to be investigated further)
     33     + the hi-gain window was extended to slice 16. This allows extraction
     34       of very late pulses in single pixels or of huge hadron showers.
    3335
    3436   - optim: fixed a problem with the optim-macros which was due to a bug
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.cc

    r8165 r8208  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.74 2006-10-25 18:36:26 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndChargeDigitalFilter.cc,v 1.75 2006-11-02 17:54:22 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    7979
    8080const Byte_t  MExtractTimeAndChargeDigitalFilter::fgHiGainFirst             =  0;
    81 const Byte_t  MExtractTimeAndChargeDigitalFilter::fgHiGainLast              = 15;
     81const Byte_t  MExtractTimeAndChargeDigitalFilter::fgHiGainLast              = 16;
    8282const Byte_t  MExtractTimeAndChargeDigitalFilter::fgLoGainFirst             =  1;
    8383const Byte_t  MExtractTimeAndChargeDigitalFilter::fgLoGainLast              = 14;
    8484const Int_t   MExtractTimeAndChargeDigitalFilter::fgBinningResolutionHiGain = 10;
    8585const Int_t   MExtractTimeAndChargeDigitalFilter::fgBinningResolutionLoGain = 10;
    86 const Int_t   MExtractTimeAndChargeDigitalFilter::fgSignalStartBinHiGain    =  4;
    87 const Int_t   MExtractTimeAndChargeDigitalFilter::fgSignalStartBinLoGain    =  4;
    8886const Float_t MExtractTimeAndChargeDigitalFilter::fgOffsetLoGain            =  0.95;
    8987
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndChargeDigitalFilter.h

    r8165 r8208  
    2121    static const Int_t   fgBinningResolutionHiGain; //! Default for fBinningResolutionHiGain (now set to: 10)
    2222    static const Int_t   fgBinningResolutionLoGain; //! Default for fBinningResolutionLoGain (now set to: 10)
    23     static const Int_t   fgSignalStartBinHiGain;    //! Default for fSignalStartBinHiGain (now set to: 4)
    24     static const Int_t   fgSignalStartBinLoGain;    //! Default for fSignalStartBinLoGain (now set to: 4)
    2523    static const TString fgNameWeightsFile;         //! "cosmics_weights.dat"
    2624    static const Float_t fgOffsetLoGain;            //! Default for fOffsetLoGain (now set to 1.7)
Note: See TracChangeset for help on using the changeset viewer.