Changeset 8630 for trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
- Timestamp:
- 06/30/07 12:19:48 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/msignal/MExtractTimeAndCharge.cc
r8584 r8630 1 1 /* ======================================================================== *\ 2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.6 6 2007-06-19 11:01:34tbretz Exp $2 ! $Name: not supported by cvs2svn $:$Id: MExtractTimeAndCharge.cc,v 1.67 2007-06-30 11:16:17 tbretz Exp $ 3 3 ! -------------------------------------------------------------------------- 4 4 ! … … 361 361 if (numsatlo>1) 362 362 { 363 const UInt_t max rawlo = 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; 365 365 deltatimelo = 0; 366 366 }
Note:
See TracChangeset
for help on using the changeset viewer.