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/mhflux/MHThetaSqN.cc

    r9369 r9851  
    9898    binsa.Apply(fHistTime);
    9999
    100     MH::SetBinning(&fHist, &binst, &binse, &binsa);
     100    MH::SetBinning(fHist, binst, binse, binsa);
    101101
    102102    fParameter = new MParameterD;
     
    142142    // Apply binning
    143143    binsa.Apply(fHistTime);
    144     MH::SetBinning(&fHist, &binst, &binse, &binsa);
     144    MH::SetBinning(fHist, binst, binse, binsa);
    145145
    146146    // Remark: Binnings might be overwritten in MHAlpha::SetupFill
Note: See TracChangeset for help on using the changeset viewer.