Changeset 3377 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/02/04 09:21:05 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc
r3375 r3377 434 434 MCerPhotPix *pix; 435 435 while ((pix = (MCerPhotPix*)TObjArrayIter::Next())) 436 if (!fUsedOnly || (fUsedOnly && pix->IsPixelUsed()))436 if (!fUsedOnly || pix->IsPixelUsed()) 437 437 return pix; 438 438 return pix;
Note:
See TracChangeset
for help on using the changeset viewer.