Logo ROOT   6.10/09
Reference Guide
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:

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::Fit
 Namespace for the fitting classes.
 
 ROOT::Math
 

Typedefs

typedef BasicFitMethodFunction< ROOT::Math::IMultiGenFunctionROOT::Math::FitMethodFunction
 
typedef BasicFitMethodFunction< ROOT::Math::IMultiGradFunctionROOT::Math::FitMethodGradFunction