Ignore:
Timestamp:
08/02/08 12:15:18 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
3 edited

Legend:

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

    r8891 r9069  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.69 2008-05-15 18:37:27 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.70 2008-08-02 11:11:21 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    104104using namespace std;
    105105
    106 const Float_t MExtractTimeAndCharge::fgLoGainStartShift = -2.5;
     106const Float_t MExtractTimeAndCharge::fgLoGainStartShift = -1.0;  // was -2.5
    107107const UInt_t  MExtractTimeAndCharge::fgLoGainSwitch     =  120;
    108108
  • trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.h

    r8362 r9069  
    3535  UInt_t  GetLoGainSwitch      () const { return fLoGainSwitch;     }
    3636
    37   void SetLoGainStartShift( const Float_t f=fgLoGainStartShift ) { fLoGainStartShift = f + fOffsetLoGain;  }
     37  void SetLoGainStartShift( const Float_t f=fgLoGainStartShift ) { fLoGainStartShift = f;  }
    3838  void SetLoGainSwitch    ( const UInt_t  i=fgLoGainSwitch     ) { fLoGainSwitch     = i; }
    3939
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r8907 r9069  
    358358void MExtractor::Print(Option_t *o) const
    359359{
    360     if (IsA()==MExtractor::Class())
    361         *fLog << GetDescriptor() << ":" << endl;
     360    *fLog << GetDescriptor() << ":" << endl;
    362361
    363362    *fLog << " Hi Gain Range:      " << Form("%2d %2d", fHiGainFirst, fHiGainLast) << endl;
Note: See TracChangeset for help on using the changeset viewer.