Changeset 2628 in Sophya for trunk/SophyaLib/HiStats/histos.h
- Timestamp:
- Oct 13, 2004, 6:41:33 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.h
r2507 r2628 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1.1 8 2004-03-15 16:47:20 ansariExp $3 // $Id: histos.h,v 1.19 2004-10-13 16:41:33 cmv Exp $ 4 4 // 5 5 … … 96 96 inline r_8 NData() const {return nHist;} 97 97 //! Retourne le nombre d'entrees 98 inline r_8 NEntries() const {return nEntries;}98 inline uint_8 NEntries() const {return nEntries;} 99 99 //! Retourne le nombre d'overflow 100 100 inline r_8 NOver() const {return mOver;} … … 156 156 r_8 mOver; //!< overflow 157 157 r_8 nHist; //!< somme ponderee des entrees 158 int_4nEntries; //!< nombre d'entrees158 uint_8 nEntries; //!< nombre d'entrees 159 159 int_4 mBins; //!< nombre de bins 160 160 r_8 mMin; //!< abscisse minimum
Note:
See TracChangeset
for help on using the changeset viewer.