Ignore:
Timestamp:
02/15/05 18:44:43 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6496 r6500  
    4040
    4141
     42
    4243 2005/02/15 Thomas Bretz
    4344
     
    6970       parameters
    7071     - added a flag to keep single core pixels
     72
     73   * manalysis/MMatrixLoop.[h,cc], mfileio/MReadReports.[h,cc],
     74     mfileio/MReadRflFile.[h,cc], mfileio/MReadTree.[h,cc],
     75     mraw/MRawFileRead.[h,cc], mraw/MRawSocketRead.h:
     76     - renamed GetFileName to GetFullFileName
     77
     78   * mbase/MInputStreamID.h:
     79     - added new member function HasStreamId
     80
     81   * mbase/MParContainer.[h,cc]:
     82     - added a static list to keep track of all created
     83       TMathodCall objects
     84
     85   * mbase/MTask.cc:
     86     - enhanced PrintStatistics
     87
     88   * mfileio/MRead.[h,cc]:
     89     - new abstract function GetFullFileName
     90     - added implementatio of GetFileName based on GetFullFileName
     91
     92   * mfileio/MWriteRootFile.[h,cc]:
     93     - moved open of a new file to new common member function
     94       OpenFile
     95     - allow to use an already existing file also when using rules
     96     - added a new option which can be used to copy an existing
     97       tree (without any change) from the old file into the new file.
     98       (in principal you can also do this for some of its branches only)
     99       This is done by AddCopySource
     100
     101   * mjobs/MJCalibrateSignal.cc:
     102     - in case of MonteCarlo files write an independant tree
     103       'MonteCarlo' for 'MMcEvtBasic'
     104
     105   * mjobs/MJStar.cc:
     106     - copy tree 'MonteCarlo' from old into new files
    71107
    72108
Note: See TracChangeset for help on using the changeset viewer.