Ignore:
Timestamp:
06/12/08 17:56:54 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8942 r8946  
    2222 2008/06/12 Thomas Bretz
    2323
     24   * mraw/MRawCrateData.[h,cc], mraw/MRawEvtHeader.[h,cc],
     25     mraw/MRawRunHeader.[h,cc]:
     26     - renamed reading the old format to ReadEvtOld
     27     - implemented reading format>10
     28     - added the header size as new argument to ReadEvt
     29
     30   * mraw/MRawEvtHeader.cc:
     31     - made the argument to DecodeTime const
     32     - fixed the return value in ReadEvtOld. kCONTINUE could
     33       never be returned
     34
     35   * mraw/MRawRead.cc:
     36     - gives header size for format>10 to ReadEvt
     37     - if EvtHeader could not be read correctly return kFALSE
     38     - let MRawCrateData::ReadEvt check end-of-file
     39
     40   * merpp.cc:
     41     - improved explanation for -ff option
     42
     43   * readdaq.cc:
     44     - added -ff option
     45     - added an option to call MReadRawFiles::SetForceMode
     46
     47   * mbase/MTime.[h,cc]:
     48     - added new member function SetBinary to easy processing
     49       of the time from the new run header
     50
     51   * mhflux/MHEffectiveOnTime.cc:
     52     - for the integral (Nm) we have to count also events in under and
     53       overflow bins
     54
     55   * mjobs/MJCalibrateSignal.cc, mjobs/MJCalibration.cc,
     56     mjobs/MJPedestal.cc:
     57     - call MRawFileRead::SetForceMode to get the (corrected)
     58       old behaviour back (not to stop if an event time is
     59       broken but to skip the event)
     60
     61   * mraw/MRawRunHeader.[h,cc]:
     62     - the number of events in format version V9 seems to be
     63       to high by one. We correct for this.
     64     - added new data members for the header sizes
     65     - new data member for the file number
     66     - increased cize of fSourceEpochChar
     67     - consequently increased class version number by 1
     68
    2469   * datacenter/macros/plotdb.C:
    2570     - improved some titles
     
    85130       This ensures that no task can crash due to this
    86131       when processing MCs
    87 
    88    * mraw/MRawRunHeader.cc:
    89      - the number of events in format version V9 seems to be
    90        to high by one. We correct for this.
    91132
    92133   * msql/MSQLMagic.[h,cc]:
Note: See TracChangeset for help on using the changeset viewer.