Ignore:
Timestamp:
05/04/04 16:45:45 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3951 r3959  
    175175  Byte_t *end = ptr + fHiGainLast - fHiGainFirst + 1;
    176176 
    177   sum = 0;
    178   sat = 0;
    179  
    180177  while (ptr<end)
    181178    {
     
    207204// - Sum up contents of *ptr
    208205// - If *ptr is greater than fSaturationLimit, raise sat by 1
     206// - If fHiLoLast is set, loop from logain to (logain+fHiLoLast)
     207// - Add contents of *logain to sum
    209208//
    210209void MExtractFixedWindow::FindSignalLoGain(Byte_t *ptr, Int_t &sum, Byte_t &sat) const
     
    212211
    213212  Byte_t *end = ptr + fLoGainLast - fLoGainFirst + 1;
    214  
    215   sum = 0;
    216   sat = 0;
    217213 
    218214  while (ptr<end)
Note: See TracChangeset for help on using the changeset viewer.