Changeset 1058 in Sophya for trunk/SophyaLib/HiStats/histos.h
- Timestamp:
- Jul 7, 2000, 11:44:16 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.h
r1056 r1058 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1. 8 2000-07-07 08:41:11ansari Exp $3 // $Id: histos.h,v 1.9 2000-07-07 09:44:16 ansari Exp $ 4 4 // 5 5 … … 42 42 void SetErr2(int numBin, double e2); 43 43 void SetErr(float x, float e); 44 void 44 void SetErr(int numBin, float e); 45 45 46 46 // Operators … … 132 132 void HInteg(float norm = 0.); 133 133 void HDeriv(); 134 v oidHRebin(int nbinew);134 virtual void HRebin(int nbinew); 135 135 136 136 int MaxiLocal(float& maxi,int& imax,float& maxn,int& imaxn);
Note:
See TracChangeset
for help on using the changeset viewer.