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/MHThetaSq.cc

    r9369 r9851  
    9595    binsa.Apply(fHistTime);
    9696
    97     MH::SetBinning(&fHist, &binst, &binse, &binsa);
     97    MH::SetBinning(fHist, binst, binse, binsa);
    9898}
    9999
     
    132132    // Apply binning
    133133    binsa.Apply(fHistTime);
    134     MH::SetBinning(&fHist, &binst, &binse, &binsa);
     134    MH::SetBinning(fHist, binst, binse, binsa);
    135135
    136136    // Remark: Binnings might be overwritten in MHAlpha::SetupFill
Note: See TracChangeset for help on using the changeset viewer.