Changeset 1947 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 04/11/03 19:42:54 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r1914 r1947 420 420 // get the spiral pixel number from the run header 421 421 // 422 const UShort_t npix = fRunHeader->GetPixAssignment(i);423 424 422 const UShort_t ipos = npos+i; 423 424 const UShort_t npix = fRunHeader->GetPixAssignment(ipos); 425 425 426 // 426 427 // This is to fill the data of one pixel to the MRawEvtHeader Class. … … 440 441 //} 441 442 } 442 } 443 443 444 fPosInArray++; 445 } 446
Note:
See TracChangeset
for help on using the changeset viewer.