#ifndef ROOT_Math_Factory
#define ROOT_Math_Factory
#include <string>
namespace ROOT {
namespace Math {
class Minimizer;
class Factory {
public:
static ROOT::Math::Minimizer * CreateMinimizer(const std::string & minimizerType = "Minuit2", const std::string & algoType = "Migrad");
};
}
}
#endif /* ROOT_Fit_MinimizerFactory */
Last update: Thu Jan 17 08:41:31 2008
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.