Changeset 2608 in Sophya for trunk/SophyaLib/HiStats/histerr.h
- Timestamp:
- Sep 7, 2004, 12:50:35 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histerr.h
r2604 r2608 35 35 {if(mNData) return mNData[i]; else return 0;} 36 36 37 // get/put dans/depuis unvector37 //! get/put from/to a vector 38 38 void GetNBin(TVector<int_4>& v) const; 39 39 void PutNBin(TVector<int_4>& v); 40 40 41 // Compute the correlation histogram 41 //! Re-center bin abscissa 42 void ReCenterBin(r_8 xcmin,r_8 xcmax); 43 //! Compute the correlation histogram 42 44 void ToCorrel(void); 43 45 44 46 protected: 47 void allocate_mNData(int nbin); 45 48 uint_4* mNData; //!< nombre d'entrees dans chaque bin 46 49 };
Note:
See TracChangeset
for help on using the changeset viewer.