Changeset 1109 in Sophya for trunk/SophyaLib/HiStats/hisprof.h


Ignore:
Timestamp:
Jul 28, 2000, 6:29:55 PM (25 years ago)
Author:
ansari
Message:

on vire FitResidus/Function -> cf objfitter cmv 28/7/00

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/HiStats/hisprof.h

    r1092 r1109  
    6262  virtual void HRebin(int_4 nbinew);
    6363
    64   // Fit
    65   //! 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 
    7564  // Print
    7665  //! Print, voir detail dans Histo::Print
Note: See TracChangeset for help on using the changeset viewer.