Ignore:
Timestamp:
10/22/04 18:06:24 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r5303 r5310  
    2020                                                 -*-*- END OF LINE -*-*-
    2121
     22 2004/10/22: Thomas Bretz
     23
     24   * callisto.cc, star.cc:
     25     - commented out some checks which became obsolete with some new
     26       features. I'll think of a more convinient check in the future
     27
     28   * mbase/MDirIter.[h,cc]:
     29     - added MakeRegexp which is used instead of TRegexp::MakeWildcard
     30       to support better handling of regular expressions
     31
     32   * mbase/MRunIter.cc:
     33     - a small simplification
     34
     35   * mbase/MStatusDisplay.cc:
     36     - fixed a bug in CloseWindow (never use a data member after you
     37       delete 'this')
     38
     39   * mbase/MTaskEnv.cc:
     40     - call ReadEnv also if task is the 'external' one
     41
     42   * mcalib/MCalibrateRelTimes.cc:
     43     - check for unsuitability for run AND event
     44
     45   * mhist/MHCamera.cc:
     46     - fixed the cases in which GetBinError returned NaN
     47
     48   * mjobs/MJCalibrateSignal.[h,cc]:
     49     - implemented reading raw-data
     50     - implemented new scheme to setup MDirIter by MSequence
     51
     52   * mjobs/MJCalibration.[h,cc]:
     53     - fixed workaround
     54     - implemented new scheme to setup MDirIter by MSequence
     55
     56   * mjobs/MJPedestal.cc:
     57     - implemented new scheme to setup MDirIter by MSequence
     58
     59   * mjobs/MSequence.[h,cc]:
     60     - changed SetupCalls to new scheme allowing to set the file type id
     61
     62   * mmain/MEventDisplay.cc:
     63     - fixed a crash if file is invalid
     64
     65   * mraw/MRawFileRead.[h,cc]:
     66     - replaced default name MRawFileRead by MRead to support MJ*
     67     - added IsFileValid
     68
     69   * msignal/MExtractTime.cc:
     70     - fixed call to base ReInit (return value was ignored)
     71
     72   * msignal/MExtractTimeAndCharge.[h,cc]:
     73     - fixed some output
     74     - added Print
     75     - fixed call to base ReInit (return value was ignored)
     76     - set Version Number to 1
     77
     78   * msignal/MExtractTimeAndChargeDigitalFilter.[h,cc]:
     79     - added Print
     80
     81
     82
     83 2004/10/21: Thomas Bretz
     84
     85   * star.cc:
     86     - added a missing 'return -1'
     87
     88   * mbase/MLog.cc:
     89     - expanded path before opening ofstream
     90
     91   * mfbase/MF.cc:
     92     - added a comment
     93
     94   * mhbase/MH3.cc:
     95     - fixed behaviour of projections in status-display
     96
     97   * mhflux/MHAlpha.cc:
     98     - fixed TLatex output
     99
     100   * mhflux/MHFalseSource.[h,cc]:
     101     - replaced cut in L/D by D/W (which is more physical)
     102
     103
    22104
    23105 2004/10/21: Markus Gaug
     
    26108     - fixed a bug occurring in the case that the colour changes in one
    27109       same MRunIter. Returns now kFALSE instead of kCONTINUE
     110
    28111
    29112
Note: See TracChangeset for help on using the changeset viewer.