Changeset 1135 in Sophya for trunk/SophyaLib/HiStats/histos.h
- Timestamp:
- Aug 23, 2000, 3:56:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/histos.h
r1109 r1135 1 1 // This may look like C code, but it is really -*- C++ -*- 2 2 // 3 // $Id: histos.h,v 1.1 2 2000-07-28 16:29:55ansari Exp $3 // $Id: histos.h,v 1.13 2000-08-23 13:56:27 ansari Exp $ 4 4 // 5 5 … … 42 42 void SetErr(r_8 x, r_8 e); 43 43 void SetErr(int_4 numBin, r_8 e); 44 virtual inline void UpdateHisto() const { return;}44 virtual void UpdateHisto(bool force=false) const; 45 45 46 46 // Operators
Note:
See TracChangeset
for help on using the changeset viewer.