Changeset 19942


Ignore:
Timestamp:
04/02/20 12:12:37 (5 years ago)
Author:
tbretz
Message:
That does not work that way... unfortunately... and it also did not work before... fix pending.
File:
1 edited

Legend:

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

    r19941 r19942  
    263263    if (!fIsMc)
    264264    {
    265         // Skip incomplete events (FACT: 160 'crates', 40 boards, HAWC's Eye: 8 'crate', 2 board)
    266         if ((fRawRunHeader->GetNumCrates()==160 && fNumBoards!=40) ||
    267             (fRawRunHeader->GetNumCrates()==8   && fNumBoards!=2))
    268             return kCONTINUE;
     265        // Skip incomplete events
     266        //if (fNumBoards!=40)
     267        //    return kCONTINUE;
     268        // FIXME: These events never got skipped as kCONTINUE is treated as kTRUE when converted to
     269        // boolean. Only the time stamp gets messed up
    269270
    270271        fRawEvtTime->SetUnixTime(fPCTime[0], fPCTime[1]);
Note: See TracChangeset for help on using the changeset viewer.