Changeset 20095 for trunk/Mars/mhist


Ignore:
Timestamp:
05/07/21 12:35:29 (4 years ago)
Author:
tbretz
Message:
Oh great master of the root universe, thanks for you namepace polution.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mhist/MHCamera.h

    r15258 r20095  
    220220    void     SetLevels(const TArrayF &arr);
    221221
    222     void     FillRandom(const char *fname, Int_t ntimes=5000) { TH1::FillRandom(fname, ntimes); }
    223     void     FillRandom(TH1 *h, Int_t ntimes=5000) { TH1::FillRandom(h, ntimes); }
     222    using TH1D::FillRandom;
     223
    224224    void     FillRandom();
    225225
Note: See TracChangeset for help on using the changeset viewer.