RAIDA
1.9.0
|
Factory for fitter and fit data objects. More...
#include <IFitFactory.h>
Public Member Functions | |
virtual | ~IFitFactory () |
Destructor. | |
virtual IFitData * | createFitData ()=0 |
virtual IFitter * | createFitter (const std::string &fitterType="Chi2", const std::string &engineType="", const std::string &options="")=0 |
Create a new IFitter. More... | |
Factory for fitter and fit data objects.
|
pure virtual |
Create a new IFitter.
fitterType | The type of fitter. The supported types are:
|
engineType | The 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). |
options | A string of options. The default is "". |
Implemented in AIDA::IFitFactoryROOT.