RAIDA
1.9.0
|
Dummy implementation of class "IFitFactory". More...
#include <IFitFactoryROOT.h>
Public Member Functions | |
virtual | ~IFitFactoryROOT () |
Destructor. | |
virtual IFitData * | createFitData () |
virtual IFitter * | createFitter (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. | |
Dummy implementation of class "IFitFactory".
|
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 "". |
Implements AIDA::IFitFactory.