Changeset 3378 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 03/02/04 09:22:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MCerPhotEvt.cc
r3377 r3378 432 432 TObject *MCerPhotEvtIter::Next() 433 433 { 434 if (!fUsedOnly) 435 return TObjArrayIter::Next(); 436 434 437 MCerPhotPix *pix; 435 438 while ((pix = (MCerPhotPix*)TObjArrayIter::Next())) 436 if ( !fUsedOnly ||pix->IsPixelUsed())439 if (pix->IsPixelUsed()) 437 440 return pix; 438 441 return pix;
Note:
See TracChangeset
for help on using the changeset viewer.