Changeset 4047 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
05/11/04 15:25:34 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/msignal
Files:
2 edited

Legend:

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

    r3959 r4047  
    174174
    175175  Byte_t *end = ptr + fHiGainLast - fHiGainFirst + 1;
    176  
     176
    177177  while (ptr<end)
    178178    {
    179179      sum += *ptr;
    180      
    181180      if (*ptr++ >= fSaturationLimit)
    182181        sat++;
     
    192191     
    193192      if (*logain++ >= fSaturationLimit)
    194             sat++;
     193        sat++;
    195194    }
    196195
  • trunk/MagicSoft/Mars/msignal/MExtractor.h

    r3924 r4047  
    5656
    5757public:
     58
    5859    MExtractor(const char *name=NULL, const char *title=NULL);
    5960
Note: See TracChangeset for help on using the changeset viewer.