Changeset 3136 in Sophya for trunk/SophyaLib/HiStats/hist2err.h
- Timestamp:
- Jan 16, 2007, 4:36:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hist2err.h
r3124 r3136 136 136 137 137 //! Recuperation des matrices elementaires 138 inlinevoid GetData(TMatrix<r_8>& data) {data = data_;}139 inlinevoid GetError2(TMatrix<r_8>& err2) {err2 = err2_;}140 inlinevoid GetNData(TMatrix<r_8>& ndata) {ndata = ndata_;}138 void GetData(TMatrix<r_8>& data) {data = data_;} 139 void GetError2(TMatrix<r_8>& err2) {err2 = err2_;} 140 void GetNData(TMatrix<r_8>& ndata) {ndata = ndata_;} 141 141 142 142 // Operators 143 143 Histo2DErr& operator = (const Histo2DErr& h); 144 Histo2DErr& operator *= (r_8 b); 144 145 145 146 // Print 146 v irtual void Show(ostream& os) const;147 inlinevoid Show() const { Show(cout); }147 void Show(ostream& os) const; 148 void Show() const { Show(cout); } 148 149 149 150 protected:
Note:
See TracChangeset
for help on using the changeset viewer.