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


Ignore:
Timestamp:
Sep 7, 2004, 12:50:35 PM (21 years ago)
Author:
cmv
Message:

correct. erreur persistance HistoErr, methode ReCenterBin cmv (sur les conseils de rz) 7/9/04

File:
1 edited

Legend:

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

    r2604 r2608  
    3535         {if(mNData) return mNData[i]; else return 0;}
    3636
    37   // get/put dans/depuis un vector
     37  //! get/put from/to a vector
    3838  void GetNBin(TVector<int_4>& v) const;
    3939  void PutNBin(TVector<int_4>& v);
    4040
    41   // Compute the correlation histogram
     41  //! Re-center bin abscissa
     42  void ReCenterBin(r_8 xcmin,r_8 xcmax);
     43  //! Compute the correlation histogram
    4244  void ToCorrel(void);
    4345
    4446protected:
     47  void allocate_mNData(int nbin);
    4548  uint_4* mNData;    //!< nombre d'entrees dans chaque bin
    4649};
Note: See TracChangeset for help on using the changeset viewer.