Ignore:
Timestamp:
09/03/04 13:57:47 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mhbase
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MBinning.cc

    r3789 r4840  
    183183//  histograms use MH::SetBinning directly)
    184184//
    185 void MBinning::Apply(TH1 &h)
     185void MBinning::Apply(TH1 &h) const
    186186{
    187187    if (h.InheritsFrom("TH2") || h.InheritsFrom("TH3"))
  • trunk/MagicSoft/Mars/mhbase/MBinning.h

    r3788 r4840  
    8080    Bool_t IsUserArray() const { return fType==kIsUserArray; }
    8181
    82     void Apply(TH1 &);
     82    void Apply(TH1 &) const;
    8383
    8484    ClassDef(MBinning, 1) //Container to store the binning of a histogram
Note: See TracChangeset for help on using the changeset viewer.