Changeset 1144 in Sophya for trunk/SophyaLib/HiStats/histos.cc
- Timestamp:
- Aug 28, 2000, 12:59:13 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.cc
r1135 r1144 1 1 // 2 // $Id: histos.cc,v 1.1 2 2000-08-23 13:56:27ansari Exp $2 // $Id: histos.cc,v 1.13 2000-08-28 10:59:13 ansari Exp $ 3 3 // 4 4 … … 772 772 \endverbatim 773 773 */ 774 int_4 Histo::BinPercent(r_8 x,r_8 per,int & imin,int& imax) const774 int_4 Histo::BinPercent(r_8 x,r_8 per,int_4& imin,int_4& imax) const 775 775 { 776 776 imin = imax = -1; … … 909 909 consecutifs, le bin le plus a droite est pris. 910 910 */ 911 int_4 Histo::MaxiLocal(r_8& maxi,int & imax,r_8& maxn,int& imaxn) const911 int_4 Histo::MaxiLocal(r_8& maxi,int_4& imax,r_8& maxn,int_4& imaxn) const 912 912 { 913 913 int_4 nml = 0; … … 1188 1188 \endverbatim 1189 1189 */ 1190 int_4 Histo::EstimeMax(int & im,r_8& xm,int_4 SzPav) const1190 int_4 Histo::EstimeMax(int_4& im,r_8& xm,int_4 SzPav) const 1191 1191 { 1192 1192 xm = 0;
Note:
See TracChangeset
for help on using the changeset viewer.