Ignore:
Timestamp:
03/02/04 09:21:05 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

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