ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
Fitter.h File Reference
#include "Fit/BinData.h"
#include "Fit/UnBinData.h"
#include "Fit/FitConfig.h"
#include "Fit/FitResult.h"
#include "Math/IParamFunctionfwd.h"
#include <memory>
#include "Math/WrappedFunction.h"
Include dependency graph for Fitter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ROOT::Math::BasicFitMethodFunction< FunctionType >
 FitMethodFunction class Interface for objective functions (like chi2 and likelihood used in the fit) In addition to normal function interface provide interface for calculating each data contrinution to the function which is required by some algorithm (like Fumili) More...
 
class  ROOT::Fit::Fitter
 Fitter class, entry point for performing all type of fits. More...
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 
 ROOT::Fit
 Namespace for the fitting classes.
 

Typedefs

typedef BasicFitMethodFunction
< ROOT::Math::IMultiGenFunction
ROOT::Math::FitMethodFunction
 
typedef BasicFitMethodFunction
< ROOT::Math::IMultiGradFunction
ROOT::Math::FitMethodGradFunction