Changeset 3136 in Sophya for trunk/SophyaLib/HiStats/histerr.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/histerr.h

    r3124 r3136  
    127127
    128128  //! Recuperation des matrices elementaires
    129   inline void GetData(TVector<r_8>& data) {data = data_;}
    130   inline void GetError2(TVector<r_8>& err2) {err2 = err2_;}
    131   inline void 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_;}
    132132
    133133  // Operators
    134134  HistoErr& operator = (const HistoErr& h);
     135  HistoErr& operator *= (r_8 b);
    135136
    136137  // Print
    137   virtual void Show(ostream& os) const;
    138   inline  void Show() const { Show(cout); }
     138  void Show(ostream& os) const;
     139  void Show() const { Show(cout); }
    139140
    140141protected:
Note: See TracChangeset for help on using the changeset viewer.