Changeset 1879 for trunk/MagicSoft/Mars/mhist/MHMatrix.h
- Timestamp:
- 03/28/03 14:24:38 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mhist/MHMatrix.h
r1853 r1879 41 41 enum { 42 42 kIsOwner = BIT(14), 43 kIsLocked = BIT(1 6)43 kIsLocked = BIT(17) 44 44 }; 45 45 … … 51 51 Bool_t Finalize(); 52 52 53 void DrawDefRefInfo(const TH1 &hth, const TH1 &hthd, const TH1 &thsh, Int_t refcolumn); 54 void GetRandomArrayI(TArrayI &ind) const; 55 53 56 void StreamPrimitive(ofstream &out) const; 54 57 … … 58 61 MHMatrix(const TMatrix &m, const char *name=NULL, const char *title=NULL); 59 62 ~MHMatrix(); 63 64 static void CopyCrop(TMatrix &target, const TMatrix &source, Int_t rows); 60 65 61 66 void Lock() { SetBit(kIsLocked); }
Note:
See TracChangeset
for help on using the changeset viewer.