Changeset 2295 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
07/29/03 13:12:55 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2284 r2295  
    11                                                 -*-*- END OF LINE -*-*-
     2 2003/07/29: Thomas Bretz
     3 
     4   * manalysis/MBlindPixelCalc.cc:
     5     - count only pixel which contents are adde
     6     
     7   * mbase/MArgs.cc:
     8     - added namespace
     9     
     10   * mbase/MDirIter.h:
     11     - added rec-argument to constructor
     12     
     13   * mfileio/MCT1ReadPreProc.[h,cc], mfileio/MReadRflFile.[h,cc]:
     14     - adapted to virtual base function
     15     
     16   * mfileio/MRead.[h,cc]:
     17     - added AddFiles(MDirIter&)
     18     - changed AddFile to virtual
     19     
     20   * mfileio/MReadTree.cc:
     21     - use AddFile in the constructor
     22     
     23   * mhist/MH.[h,cc]:
     24     - remove 'nonew' from option
     25     
     26   * mhist/MHHadronness.[h,cc]:
     27     - added GetHadronness
     28     - changed output
     29     
     30   * mhist/MHMatrix.[h,cc]:
     31     - use TMatrixRow in shuffle
     32     - added ReduceRows
     33     - use default for PrintStatistics
     34     - removed graphics from Fill - will crash in batch mode
     35     
     36   * mimage/ImageLinkDef.h, mimage/Makefile:
     37     - added MImgCleanTGB
     38     
     39   * mimage/MCameraSmooth.h:
     40     - fixed a typo
     41     
     42   * mmain/MStatusDisplay.cc:
     43     - added sanity check to HasCanvas
     44     
     45   * mranforest/MHRanForest.cc, mranforest/MHRanForestGini.cc:
     46     - fixed a crashed caused by GetMaximum in newer root versions
     47     - optimized some small pieces of code
     48     - SetRangeUser removed, problems with newer root verion using
     49       roots auto-scale instead
     50       
     51   * mranforest/MRanForest.cc:
     52     - do not use variables in arguments which can be used locally
     53     - replaced pow(,2) by faster and more accurate val*val
     54     - test gRandom at the beginning of the function
     55     - changed output
     56     - removed TArray::Reset. Not necerry at many places. Instatiation
     57       already initializes array with 0s
     58     - Use a const reference to the matrices instead of a copy!
     59     - Removed some unnecessary castings
     60     - added some const qualifiers
     61     - removed fErr from data members (obsolete)
     62     
     63   * mranforest/MRanForestCalc.cc:
     64     - fixed a typo in the comments
     65     
     66   * mranforest/MRanTree.[h,cc]:
     67     - do not use variables in arguments which can be used locally
     68     - localized some variables
     69     - test gRandom at the beginning of the function
     70     - added some const qualifiers
     71     - removed TArray::Reset. Not necerry at many places. Instatiation
     72       already initializes array with 0s
     73     - added some overwrites of TreeHad
     74
     75
     76
    277 2003/07/17: Oscar Blanch
    378
     
    29104     - add new class
    30105
     106
     107
    31108 2003/07/14: Wolfgang Wittek
    32109
     
    56133
    57134
    58  2003/07/14: Oscarlanch
     135 2003/07/14: Oscar Blanch
    59136
    60137    * mgeom/MGeomCamMagic919.[h,cc]
     
    63140    * mgeom/[Makefile, GeomLinkDef.h]
    64141      - Compiling the above mentioned geometry
     142
     143
    65144
    66145 2003/07/13: Thomas Bretz
     
    112191
    113192
     193
    114194 2003/07/11: Wolfgang Wittek
    115195
    116196   * mhist/MHMatrix.cc
    117197     - add tlist.PrintStatistics() after event loop
    118 
    119 
    120198
    121199
     
    128206       for the parameters of the longitudinal fit to the particle
    129207       distribution of the shower.
     208
     209
    130210
    131211 2003/07/08: Wolfgang Wittek
Note: See TracChangeset for help on using the changeset viewer.