Changeset 604 for trunk/MagicSoft/Mars/mraw
- Timestamp:
- 02/21/01 15:23:18 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r585 r604 317 317 const UShort_t npix = fRunHeader->GetPixAssignment(i); 318 318 319 fin.read((Byte_t*)hi.GetArray(), nhi); 320 AddPixel(npix, &hi, kFALSE); 321 319 322 // FIXME: Not implemented in the raw files yet 320 323 //if (IsLoGainOn(i, j)) … … 323 326 AddPixel(npix, &lo, kTRUE); 324 327 //} 325 326 fin.read((Byte_t*)hi.GetArray(), nhi);327 AddPixel(npix, &hi, kFALSE);328 328 } 329 329 }
Note:
See TracChangeset
for help on using the changeset viewer.