Ignore:
Timestamp:
03/28/03 14:24:38 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1853 r1879  
    4141    enum {
    4242        kIsOwner  = BIT(14),
    43         kIsLocked = BIT(16)
     43        kIsLocked = BIT(17)
    4444    };
    4545
     
    5151    Bool_t Finalize();
    5252
     53    void DrawDefRefInfo(const TH1 &hth, const TH1 &hthd, const TH1 &thsh, Int_t refcolumn);
     54    void GetRandomArrayI(TArrayI &ind) const;
     55
    5356    void StreamPrimitive(ofstream &out) const;
    5457
     
    5861    MHMatrix(const TMatrix &m, const char *name=NULL, const char *title=NULL);
    5962    ~MHMatrix();
     63
     64    static void CopyCrop(TMatrix &target, const TMatrix &source, Int_t rows);
    6065
    6166    void Lock()   { SetBit(kIsLocked); }
Note: See TracChangeset for help on using the changeset viewer.