Ignore:
Timestamp:
01/29/05 17:20:56 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h

    r6116 r6117  
    1414  static const Byte_t  fgLoGainSwitch;     //! Default for fLoGainSwitch     (now set to: 100)
    1515 
     16protected:
     17
    1618  Byte_t  fLoGainFirstSave;       //! Temporary variable to store the original position of low-gain start slice
    1719  Float_t fLoGainStartShift;      // Shift to start searching the low-gain signal obtained from the high-gain times.
    18 
    19 protected:
    2020
    2121  Byte_t  fLoGainSwitch;          // Limit for max. bin content before the low-gain gets extracted
  • trunk/MagicSoft/Mars/msignal/Makefile

    r5232 r6117  
    5252           MExtractTimeAndChargeSpline.cc \
    5353           MExtractTimeAndChargeDigitalFilter.cc \
     54           MExtractTimeAndChargeDigitalFilterPeakSearch.cc \
    5455           MArrivalTime.cc \
    5556           MArrivalTimeCalc.cc \
  • trunk/MagicSoft/Mars/msignal/SignalLinkDef.h

    r5232 r6117  
    3333#pragma link C++ class MExtractTimeAndChargeSpline+;
    3434#pragma link C++ class MExtractTimeAndChargeDigitalFilter+;
     35#pragma link C++ class MExtractTimeAndChargeDigitalFilterPeakSearch+;
    3536
    3637
Note: See TracChangeset for help on using the changeset viewer.