StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Types | Public Member Functions | Static Public Member Functions | List of all members
TCFit Class Reference
Inheritance diagram for TCFit:

Public Types

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
}
 

Public Member Functions

 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
 

Static Public Member Functions

static void Test0 ()
 

Detailed Description

Definition at line 19 of file TCFit.h.


The documentation for this class was generated from the following files: