Changeset 3958 for trunk/MagicSoft/Mars


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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3957 r3958  
    5656       warnings any more.
    5757
     58   * msignal/MExtractor.cc
     59   * msignal/MExtractFixedWindow.cc
     60     - put one initialization to 0 into the MExtractor
    5861
    5962
  • trunk/MagicSoft/Mars/msignal/MExtractor.cc

    r3951 r3958  
    240240  while (pixel.Next())
    241241    {
    242       Int_t sumhi;
    243       Byte_t sathi;
     242      Int_t sumhi  = 0;
     243      Byte_t sathi = 0;
    244244
    245245      FindSignalHiGain(pixel.GetHiGainSamples()+fHiGainFirst, pixel.GetLoGainSamples(), sumhi, sathi);
Note: See TracChangeset for help on using the changeset viewer.