Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

NewtonFitter Class Reference

#include <NewtonFitter.h>

Inheritance diagram for NewtonFitter:

Inheritance graph
[legend]
Collaboration diagram for NewtonFitter:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 NewtonFitter ()
virtual ~NewtonFitter ()
virtual double fit ()

Protected Types

enum  { NPARMAX = 50, NCONMAX = 10, NUNMMAX = 10 }

Protected Member Functions

virtual bool initialize ()

Protected Attributes

int npar
int ncon

Member Enumeration Documentation

anonymous enum [protected]
 

Enumeration values:
NPARMAX 
NCONMAX 
NUNMMAX 

Definition at line 29 of file NewtonFitter.h.


Constructor & Destructor Documentation

NewtonFitter::NewtonFitter  ) 
 

Definition at line 30 of file NewtonFitter.C.

NewtonFitter::~NewtonFitter  )  [virtual]
 

Definition at line 35 of file NewtonFitter.C.


Member Function Documentation

double NewtonFitter::fit  )  [virtual]
 

Implements BaseFitter.

Definition at line 37 of file NewtonFitter.C.

References BaseFitObject::addToGlobalDerMatrix(), FDouble, BaseFitter::FitObjectIterator, BaseFitter::fitobjects, FReal, BaseFitObject::getGlobalParNum(), BaseFitObject::getNPar(), BaseFitObject::getParam(), initialize(), ncon, npar, and prob().

bool NewtonFitter::initialize  )  [protected, virtual]
 

Implements BaseFitter.

Definition at line 111 of file NewtonFitter.C.

References BaseFitter::constraints, BaseFitter::fitobjects, ncon, and npar.

Referenced by fit().


Member Data Documentation

int NewtonFitter::ncon [protected]
 

Definition at line 32 of file NewtonFitter.h.

Referenced by fit(), and initialize().

int NewtonFitter::npar [protected]
 

Definition at line 31 of file NewtonFitter.h.

Referenced by fit(), and initialize().


The documentation for this class was generated from the following files:
Generated on Fri Sep 14 17:38:37 2007 for Kinfit by doxygen 1.3.2