Changeset 9851 for trunk/Mars/NEWS


Ignore:
Timestamp:
08/12/10 09:43:02 (14 years ago)
Author:
tbretz
Message:
Changed MH::SetBinning and similar functions to take references instead of pointers as arguments. For convenience wrappers for the old style functions are provided.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/NEWS

    r9846 r9851  
    2121   * Added a new class MJTrainImpact to estimate the impact parameter by use
    2222     of a random forest
     23
     24   * Changed MH::SetBinning and similar functions to take references instead
     25     of pointers. Except for SetBinning(TH1&, const TH1&), which was renamed
     26     to CopyBinning(const TH1&, TH1&) wrapper functions are provided so that
     27     old macros should still work.
     28     WARNING: These wrappers might be removed in future releases.
    2329
    2430 ;ceres:
Note: See TracChangeset for help on using the changeset viewer.