Changeset 9851 for trunk/Mars/mjobs


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/mjobs/MJSpectrum.cc

    r9584 r9851  
    16481648    TH2D hist;
    16491649    hist.UseCurrentStyle();
    1650     MH::SetBinning(&hist, &bins3, &bins2);
     1650    MH::SetBinning(hist, bins3, bins2);
    16511651    if (!ReadOrigMCDistribution(set, hist, weight))
    16521652        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.