Changeset 1135 in Sophya for trunk/SophyaLib/HiStats/hisprof.h
- Timestamp:
- Aug 23, 2000, 3:56:27 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.h
r1109 r1135 23 23 24 24 // UPDATING or SETTING 25 //! Calcul la partie histogramme du profile si elle n'est pas a jour. 26 virtual inline void UpdateHisto(bool force=false) const 27 {if(!Ok || force) updatehisto();} 25 virtual void UpdateHisto(bool force=false) const; 26 28 27 void SetErrOpt(bool spread = true); 29 28 void Zero();
Note:
See TracChangeset
for help on using the changeset viewer.