Ignore:
Timestamp:
06/30/07 12:19:48 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8584 r8630  
    11/* ======================================================================== *\
    2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.66 2007-06-19 11:01:34 tbretz Exp $
     2! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.67 2007-06-30 11:16:17 tbretz Exp $
    33! --------------------------------------------------------------------------
    44!
     
    361361            if (numsatlo>1)
    362362            {
    363                 const UInt_t maxrawlo = fSignal->GetRawMaxPos(pixidx, fHiGainFirst, fHiGainLast);
    364                 timelo = GetSaturationTime(satlo0, sig, first+maxrawlo)-numh-first;
     363                const UInt_t maxcontlo = fSignal->GetRawMaxVal(pixidx, fHiGainFirst, fHiGainLast);
     364                timelo = GetSaturationTime(satlo0, sig, maxcontlo/2)-numh-first;
    365365                deltatimelo = 0;
    366366            }
Note: See TracChangeset for help on using the changeset viewer.