Changeset 307 in Sophya for trunk/SophyaLib/NTools/generalfit.h


Ignore:
Timestamp:
May 19, 1999, 5:58:06 PM (26 years ago)
Author:
ansari
Message:

FIO_... + grosses modifs cmv 19/5/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/NTools/generalfit.h

    r244 r307  
    88#include "generaldata.h"
    99
     10namespace PlanckDPC {
     11
    1012//================================================================
    1113// GeneralFunction
    1214//================================================================
    1315
    14 class GeneralFunction EXC_AWARE {
     16class GeneralFunction {
    1517public:
    1618  GeneralFunction(unsigned int nVar, unsigned int nPar);
     
    6163class GeneralFitData;
    6264
    63 class GeneralXi2 EXC_AWARE {
     65class GeneralXi2 {
    6466public:
    6567  GeneralXi2(unsigned int nPar);
     
    8587//================================================================
    8688
    87 class GeneralFit EXC_AWARE {
     89class GeneralFit {
    8890public:
    8991  GeneralFit(GeneralFunction* f);
     
    152154  int             Fit();
    153155  double          ReCalChi2(int& nddl, double* par = NULL);
    154   GeneralFitData* DataResidus(bool clean=true);
    155   GeneralFitData* DataFunction(bool clean=true);
     156  GeneralFitData  DataResidus(bool clean=true);
     157  GeneralFitData  DataFunction(bool clean=true);
    156158  void            PrintFitErr(int rc);
    157159
     
    227229};
    228230
     231} // Fin du namespace
     232
    229233#endif
Note: See TracChangeset for help on using the changeset viewer.