Changeset 6873


Ignore:
Timestamp:
03/22/05 11:20:35 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6872 r6873  
    3131     - undocumented(!) change, changed fgExtractWinLeft
    3232       from 3.5 to 2.5
     33
     34   * mimage/MHillas.cc:
     35     - fixed a bug which took unused pixels into account
     36       introduced errornously with the last change to MSignalCam
    3337
    3438
  • trunk/MagicSoft/Mars/mimage/MHillas.cc

    r6871 r6873  
    267267    {
    268268        MSignalPix &pix = evt[i];
    269         //if (!pix.IsPixelUsed())
    270         //    continue;
     269        if (!pix.IsPixelUsed())
     270            continue;
    271271
    272272        if (island>=0 && pix.GetIdxIsland()!=island)
Note: See TracChangeset for help on using the changeset viewer.