#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 change: Wed Jun 25 08:29:31 2008
Last generated: 2008-06-25 08:29
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.