Changeset 2244 for trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
- Timestamp:
- 06/27/03 14:22:16 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r2236 r2244 447 447 448 448 // -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; 450 450 451 451 // Check whether the pixel is connected or not 452 if (npix ==0)452 if (npix<0) 453 453 continue; 454 454
Note:
See TracChangeset
for help on using the changeset viewer.