Ignore:
Timestamp:
02/21/01 15:23:18 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r585 r604  
    317317        const UShort_t npix = fRunHeader->GetPixAssignment(i);
    318318
     319        fin.read((Byte_t*)hi.GetArray(), nhi);
     320        AddPixel(npix, &hi, kFALSE);
     321
    319322        // FIXME: Not implemented in the raw files yet
    320323        //if (IsLoGainOn(i, j))
     
    323326        AddPixel(npix, &lo, kTRUE);
    324327        //}
    325 
    326         fin.read((Byte_t*)hi.GetArray(), nhi);
    327         AddPixel(npix, &hi, kFALSE);
    328328    }
    329329}
Note: See TracChangeset for help on using the changeset viewer.