Ignore:
Timestamp:
08/01/02 09:31:18 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MBinning.h

    r1215 r1465  
    1010#endif
    1111
     12class TH1;
     13
    1214class MBinning : public MParContainer
    1315{
     
    2022    void SetEdges(const TArrayD &arr)
    2123    {
    22         fEdges = arr;/*
    23         const Int_t nbins = arr.GetSize();
    24         fEdges.Set(nbins);
    25         for (int i=0; i<nbins; i++)
    26             fEdges[i] = (*(TArrayD*)(&arr))[i];*/
     24        fEdges = arr;
    2725    }
    2826
     
    5452    Double_t *GetEdges() const { return fEdges.GetArray(); }
    5553
     54    void Apply(TH1 &);
     55
    5656    ClassDef(MBinning, 1) //Container to store the binning of a histogram
    5757};
Note: See TracChangeset for help on using the changeset viewer.