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


Ignore:
Timestamp:
Sep 3, 2004, 6:24:38 PM (21 years ago)
Author:
cmv
Message:

nouvelles methode dans HistoErr cmv 3/9/04

File:
1 edited

Legend:

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

    r2603 r2604  
    2626  //! Addition du contenu de l'histo pour le bin numBin poids w et l'erreur e
    2727  void AddBin(int_4 numBin, r_8 w=1., r_8 e=1.);
     28  //! remplissage contenu de l'histo pour le bin numBin poids w et l'erreur e
     29  void SetBin(int_4 numBin, r_8 w=1., r_8 e=1., uint_4 nb=1);
     30  //! remplissage nombre d'entrees pour le bin numBin
     31  void SetNentB(int_4 numBin, uint_4 nb=1);
    2832
    2933  //! Retourne le nombre d'entree dans le bin
     
    3438  void GetNBin(TVector<int_4>& v) const;
    3539  void PutNBin(TVector<int_4>& v);
     40
     41  // Compute the correlation histogram
     42  void ToCorrel(void);
    3643
    3744protected:
Note: See TracChangeset for help on using the changeset viewer.