Changeset 3198 in Sophya for trunk/SophyaLib/HiStats/histerr.h


Ignore:
Timestamp:
Apr 3, 2007, 5:15:11 PM (18 years ago)
Author:
cmv
Message:

add methods Sum(),Sum2(),SumN() in HistoErr cmv 03/04/2007

File:
1 edited

Legend:

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

    r3156 r3198  
    136136  void GetNData(TVector<r_8>& ndata) {ndata = ndata_;}
    137137
     138  //! Recuperation d'information
     139  double Sum(void);
     140  double Sum2(void);
     141  double SumN(void);
     142
    138143  // Operators
    139144  HistoErr& operator = (const HistoErr& h);
Note: See TracChangeset for help on using the changeset viewer.