Ignore:
Timestamp:
07/01/08 15:04:01 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8988 r8989  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20
     21 2008/07/01 Thomas Bretz
     22
     23   * ganymed.cc:
     24     - removed the checks for the accessability of the files. They
     25       are checked in the corresponding classes instead
     26
     27   * sponde.cc:
     28     - display only the base name of the ganymed file, not the full path
     29
     30   * mbase/MMath.[h,cc]:
     31     - added a new member function ErrorExc
     32     - Let SignificanceExc (former SignificanceLiMaExc) use ErrorExc
     33
     34   * mhflux/MAlphaFitter.[h,cc]:
     35     - replaced fSignificanceExc by fErrorExcess
     36     - calculate the error instead of the significance (otherwise we
     37       get infinity at 0)
     38     - also store a negative number of excess events
     39     - replaced all -1 in ProjectionZ calls by the histogram limits
     40       (including under- and overflows) This is necessary to get
     41       root 5.20/00 working
     42     - increased class version number according to the changes
     43
     44   * mjobs/MDataSet.[h,cc], mjobs/MSequence.[h,cc]:
     45     - removed wrong usage of fName and fTitle, introduced new data
     46       members instead
     47     - initialize fName and fTitle in the constructors correctly
     48     - always store the full qualified path name
     49     - introduced new member functions GetBaseName and GetFilePath
     50     - give the ostream as an argument to Print
     51     - added new member function WriteFile to directly Print to
     52       an fostream
     53     - do not print empty values in Print
     54     - increased class version number accordingly
     55     - removed GetName and GetRcName accordingly
     56
     57   * mjobs/MDataSet.cc:
     58     - set the dataset number to an invalid status if the file could
     59       not be accessed
     60
     61   * mjobs/MJCut.cc:
     62     - replaced GetName for the dataset by GetBaseName
     63     - make sure the summary file is not created if not requested
     64     - do not use pointers to MWriteRootFile to make sure the instances
     65       always get deleted
     66
     67   * mjobs/MJSpectrum.cc:
     68     - fixed a bug in the check for the existence of the excess time
     69     - replaced GetName for the dataset by GetBaseName
     70     - Write the full path name to the ganymed.root into the file
     71     - fixed typos in determine
     72
     73   * mpointing/MPointingDevCalc.cc:
     74     - initialize fNsb* members also in PreProcess as correctly
     75       suggested by valgrind
     76
     77
    2078
    2179 2008/06/30 Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.