Changeset 4052 for trunk


Ignore:
Timestamp:
05/12/04 00:22:20 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4042 r4052  
    1919                                                 -*-*- END OF LINE -*-*-
    2020
     21 2004/05/11: Thomas Bretz
     22
     23   * mraw/MRawEvtHeader.cc:
     24     - added a check whether the file has finished or not after
     25     reading the first bytes.
     26
     27
     28
    2129 2004/05/10: Marcos Lopez
    2230
     
    2937       the excution of the Eventloop and not before it (since that object is
    3038       created when calling the PreProcess).
     39
    3140
    3241
  • trunk/MagicSoft/Mars/mraw/MRawEvtHeader.cc

    r4041 r4052  
    320320
    321321    fin.read((char*)&fDAQEvtNumber, 4);  // Total=4
     322    if (!fin)
     323        return kFALSE;
    322324
    323325    UInt_t abstime[2];
Note: See TracChangeset for help on using the changeset viewer.