RAIDA  1.9.0
Public Member Functions | List of all members
AIDA::IFitFactoryROOT Class Reference

Dummy implementation of class "IFitFactory". More...

#include <IFitFactoryROOT.h>

Inheritance diagram for AIDA::IFitFactoryROOT:
AIDA::IFitFactory

Public Member Functions

virtual ~IFitFactoryROOT ()
 Destructor.
 
virtual IFitDatacreateFitData ()
 
virtual IFittercreateFitter (const std::string &fitterType="Chi2", const std::string &engineType="", const std::string &options="")
 Create a new IFitter. More...
 
- Public Member Functions inherited from AIDA::IFitFactory
virtual ~IFitFactory ()
 Destructor.
 

Detailed Description

Dummy implementation of class "IFitFactory".

Author
T. Kraemer, DESY
Version
Id:
IFitFactoryROOT.h,v 1.1 2007-01-03 17:18:39 tkraemer Exp

Member Function Documentation

IFitter * IFitFactoryROOT::createFitter ( const std::string &  fitterType = "Chi2",
const std::string &  engineType = "",
const std::string &  options = "" 
)
virtual

Create a new IFitter.

Parameters
fitterTypeThe type of fitter. The supported types are:
  • "CHI2" or "Chi2" or "ChiSquared" for chi squared fitter (this is the default),
  • "ML" or "MaxLikelihood" for maximum likelihood fitter,
  • "LS" or "LeastSquares" for Last Squares fitter.
engineTypeThe type of optimization engine used by the fitter. The available types depend on the specific implementation in use. The default is "" (the implementation specific default).
optionsA string of options. The default is "".
Returns
The IFitter.

Implements AIDA::IFitFactory.


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