|
enum | FitResult {
kFitOK = 0,
kBadAprx = 0x001,
kBadFcn = 0x002,
kBadCon = 0x004,
kTooItr = 0x008,
kFatal = 0xfff
} |
|
enum | FitAction {
kEndFit = 0,
kNextStep = 1,
kNextCut = 2,
kBadFit = 3,
kTooIter = 4
} |
|
|
| TCFit (const char *name, TCFitData *dat=0) |
|
void | Reset () |
|
Int_t | SetData (TCFitData *dat) |
|
void | SetMaxIter (int maxiter) |
|
void | SetMaxCuts (int maxcuts) |
|
void | SetDebug (int deb=1) |
|
int | Fit () |
|
double | ErMx (int jcol, int jrow) const |
|
Definition at line 19 of file TCFit.h.
The documentation for this class was generated from the following files: