Ignore:
Timestamp:
06/27/03 14:22:16 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mraw/MRawEvtData.cc

    r2236 r2244  
    447447
    448448        // -1 converts the hardware pixel Id into the software pixel index
    449         const Int_t npix = fRunHeader->GetPixAssignment(ipos);
     449        const Int_t npix = (Int_t)fRunHeader->GetPixAssignment(ipos)-1;
    450450
    451451        // Check whether the pixel is connected or not
    452         if (npix==0)
     452        if (npix<0)
    453453            continue;
    454454
Note: See TracChangeset for help on using the changeset viewer.