Ignore:
Timestamp:
03/01/04 20:41:11 (21 years ago)
Author:
tonello
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc

    r3148 r3375  
    434434    MCerPhotPix *pix;
    435435    while ((pix = (MCerPhotPix*)TObjArrayIter::Next()))
    436         if (pix->IsPixelUsed())
     436        if (!fUsedOnly || (fUsedOnly && pix->IsPixelUsed()))
    437437            return pix;
    438438    return pix;
Note: See TracChangeset for help on using the changeset viewer.