Ignore:
Timestamp:
05/13/03 15:16:54 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2111 r2114  
    11                                                 -*-*- END OF LINE -*-*-
     2 2003/05/13: Thomas Bretz
     3
     4   * mdata/MDataArray.[h,cc]:
     5     - addeed GetData and >>-operator to fill a TVector from the array
     6     
     7   * manalysis/MMultiDimDistCalc.cc:
     8     - use new >>-operator from MDataArray
     9     
     10   * mranforest/MRanForest.[h,cc]:
     11     - TVector& in CalcHadronness declared const
     12     - added a const qualifier to 'Float_t sum'
     13     - removed Reset() from a TIter declaration (done by the TIter
     14       constructor)
     15     
     16   * mranforest/MRanForestCalc.cc:
     17     - fill TVector with new >>-operator of MDataArray
     18     
     19   * mranforest/MRanTree.[h,cc]:
     20     - removed obsolete returns at the end of some functions
     21     - TVector& in TreeHad declared const
     22     - changed if to ?:-operator in TreeHad
     23     - TreeHad() calls TreeHad(const TVector &) now (code is not
     24       implemented twice)
     25
     26
     27
    228 2003/05/12: Abelardo Moralejo
    329
    430   * mhistmc/MHMcEnergyMigration.cc
    531     - Draw(): fixed axis label in one plot.
     32
     33
    634
    735 2003/05/12: Thomas Bretz
Note: See TracChangeset for help on using the changeset viewer.