Changeset 1109 in Sophya for trunk/SophyaLib/HiStats/hisprof.h
- Timestamp:
- Jul 28, 2000, 6:29:55 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/HiStats/hisprof.h
r1092 r1109 62 62 virtual void HRebin(int_4 nbinew); 63 63 64 // Fit65 //! Fit du profile par ``gfit''.66 inline int_4 Fit(GeneralFit& gfit)67 {UpdateHisto(); return Histo::Fit(gfit,0);}68 //! Retourne l'Histogramme des residus par ``gfit''.69 inline Histo FitResidus(GeneralFit& gfit)70 {UpdateHisto(); return Histo::FitResidus(gfit);}71 //! Retourne l'Histogramme de la fonction fittee par ``gfit''.72 inline Histo FitFunction(GeneralFit& gfit)73 {UpdateHisto(); return Histo::FitFunction(gfit);}74 75 64 // Print 76 65 //! Print, voir detail dans Histo::Print
Note:
See TracChangeset
for help on using the changeset viewer.