Changeset 3136 in Sophya for trunk/SophyaLib/HiStats/hist2err.h


Ignore:
Timestamp:
Jan 16, 2007, 4:36:45 PM (19 years ago)
Author:
cmv
Message:

intro operator+=double HistoErr Histo2DErr cmv 16/01/07

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/hist2err.h

    r3124 r3136  
    136136
    137137  //! Recuperation des matrices elementaires
    138   inline void GetData(TMatrix<r_8>& data) {data = data_;}
    139   inline void GetError2(TMatrix<r_8>& err2) {err2 = err2_;}
    140   inline void 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_;}
    141141
    142142  // Operators
    143143  Histo2DErr& operator = (const Histo2DErr& h);
     144  Histo2DErr& operator *= (r_8 b);
    144145
    145146  // Print
    146   virtual void Show(ostream& os) const;
    147   inline  void Show() const { Show(cout); }
     147  void Show(ostream& os) const;
     148  void Show() const { Show(cout); }
    148149
    149150protected:
Note: See TracChangeset for help on using the changeset viewer.