Changeset 18566 for trunk


Ignore:
Timestamp:
09/03/16 14:45:47 (8 years ago)
Author:
tbretz
Message:
Wrong order
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mraw/MRawFitsRead.cc

    r18564 r18566  
    167167    fRawRunHeader->InitFact(fin.GetUInt("NPIX")/9, 9, fin.GetUInt("NROI"), fPixelMap.size()==0?0:fPixelMap.data());
    168168    fRawRunHeader->SetFormat(0xf172, fIsMc ? 0 : fin.GetUInt("BLDVER"));
    169     fRawRunHeader->SetRunType(fIsMc ? 0/*data*/ : 0x0100/*mc*/);
     169    fRawRunHeader->SetRunType(fIsMc ? 0x0100/*mc*/ : 0/*data*/);
    170170
    171171    if (!fIsMc)
Note: See TracChangeset for help on using the changeset viewer.