Changeset 9851 for trunk/Mars/mhcalib


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/mhcalib/MHGausEvents.cc

    r9308 r9851  
    674674  // the _less_ bins, you have!)
    675675  //
    676   StripZeros(&fHGausHist,
     676  StripZeros(fHGausHist,
    677677             fBinsAfterStripping ? fBinsAfterStripping
    678678             : (fNbins > 1000 ? fNbins/10 : 0));
Note: See TracChangeset for help on using the changeset viewer.