Changeset 3136 in Sophya for trunk/SophyaLib/HiStats/histerr.h
- Timestamp:
- Jan 16, 2007, 4:36:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histerr.h
r3124 r3136 127 127 128 128 //! Recuperation des matrices elementaires 129 inlinevoid GetData(TVector<r_8>& data) {data = data_;}130 inlinevoid GetError2(TVector<r_8>& err2) {err2 = err2_;}131 inlinevoid GetNData(TVector<r_8>& ndata) {ndata = ndata_;}129 void GetData(TVector<r_8>& data) {data = data_;} 130 void GetError2(TVector<r_8>& err2) {err2 = err2_;} 131 void GetNData(TVector<r_8>& ndata) {ndata = ndata_;} 132 132 133 133 // Operators 134 134 HistoErr& operator = (const HistoErr& h); 135 HistoErr& operator *= (r_8 b); 135 136 136 137 // Print 137 v irtual void Show(ostream& os) const;138 inlinevoid Show() const { Show(cout); }138 void Show(ostream& os) const; 139 void Show() const { Show(cout); } 139 140 140 141 protected:
Note:
See TracChangeset
for help on using the changeset viewer.