Changeset 9851 for trunk/Mars/mjtrain


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/mjtrain/MJTrainDisp.cc

    r9848 r9851  
    142142    heff.SetYTitle("Efficiency");
    143143
    144     MH::SetBinning(&heff, hist.GetXaxis());
     144    MH::SetBinning(heff, hist);
    145145
    146146    for (int x=0; x<=hist.GetNbinsX()+1; x++)
Note: See TracChangeset for help on using the changeset viewer.