Ignore:
Timestamp:
08/20/04 11:25:36 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r4688 r4694  
    2020                                                 -*-*- END OF LINE -*-*-
    2121
     22 2004/08/20: Thomas Bretz
     23
     24   * macros/sql/filldotrbk.C:
     25     - removed obsolete output
     26
     27   * macros/sql/filldotrun.C:
     28     - removed obsolete output
     29     - updated to support ExcludedFDA-table
     30
     31   * mbase/MParList.[h,cc]:
     32     - added FindTask-member function
     33
     34   * mcalib/MHCalibrationChargeBlindCam.cc:
     35     - fixed a 'comparison between signed and unsigned'
     36
     37   * mfileio/MRead.h:
     38     - added GetFileName()
     39     - removed const-qualifier from CheckAndWrite
     40
     41   * mfileio/MReadMarsFile.cc:
     42     - changed some logiing output
     43
     44   * mfileio/MWriteAsciiFile.[h,cc], mfileio/MWriteFile.[h,cc]:
     45     - removed const-qualifier from CheckAndWrite
     46     
     47   * mfileio/MWriteRootFile.[h,cc]:
     48     - simplified the constructor by adding Init() function
     49     - added ReInit function to support file splitting
     50     - added file splitting support (GetNewFileName, ChangeFile)
     51     - added new constructor for file splitting
     52     - made gsDef* a static member
     53     - slight changed to PreProcess to support file-splitting
     54     - if file-spliiting is enabled return always kTRUE in IsFileOpen
     55     - added many new outputs in case of possible problems
     56
     57   * mraw/MRawFileRead.[h,cc]:
     58     - changed return type of GetFileName()
     59
     60   * mraw/MRawFileWrite.[h,cc]:
     61     - removed obsolete pParList data member
     62     - by default write all events to the 'Events' tree
     63
     64   * msql/MSQLServer.[h,cc]:
     65     - enhanced Query function
     66
     67
     68
    2269 2004/08/19: Marcos Lopez
    2370
     
    2673       the calibration file name, ignore the case, to deal with colors
    2774       written in capital letters.
     75
    2876
    2977
Note: See TracChangeset for help on using the changeset viewer.