GooFit
v2.1.3
|
#include <FitManagerMinuit2.h>
Public Member Functions | |
FitManagerMinuit2 (PdfBase *dat) | |
ROOT::Minuit2::FunctionMinimum | fit () |
This runs the fit. More... | |
void | setMaxCalls (unsigned int max_calls=0) |
Set the maximum number of calls. 0 for Minuit2 default. More... | |
Params * | getParams () |
Get a pointer to the params. More... | |
FCN * | getFCN () |
Get a pointer to the fcn. More... | |
operator bool () const | |
Check to see if fit is valid. More... | |
operator int () const | |
Return value for program. More... | |
void | setVerbosity (int value) |
Set the fitting verbosity. More... | |
int | getVerbosity () const |
Get the fitting verbosity. More... | |
Definition at line 16 of file FitManagerMinuit2.h.
GooFit::FitManagerMinuit2::FitManagerMinuit2 | ( | PdfBase * | dat | ) |
Definition at line 15 of file FitManagerMinuit2.cpp.
Minuit2::FunctionMinimum GooFit::FitManagerMinuit2::fit | ( | ) |
This runs the fit.
Definition at line 19 of file FitManagerMinuit2.cpp.
References GooFit::bold, GooFit::gray, GooFit::green, GooFit::host_callnumber, GooFit::InValid, GooFit::magenta, GooFit::red, GooFit::reset, and GooFit::Valid.
Referenced by fitAndPlot(), main(), make1BinSigmaMap(), make4BinSigmaMap(), makeOverallSignal(), makeSigmaMap(), runBackgroundDalitzFit(), runBackgroundSigmaFit(), runCanonicalFit(), runEfficiencyFit(), runGeneratedMCFit(), runSigmaFit(), runToyFit(), and runTruthMCFit().
|
inline |
|
inline |
Get a pointer to the params.
Definition at line 27 of file FitManagerMinuit2.h.
|
inline |
Get the fitting verbosity.
Definition at line 42 of file FitManagerMinuit2.h.
References GooFit::NotRun.
|
inline |
Check to see if fit is valid.
Definition at line 33 of file FitManagerMinuit2.h.
References GooFit::Valid.
|
inline |
Return value for program.
Definition at line 36 of file FitManagerMinuit2.h.
|
inline |
Set the maximum number of calls. 0 for Minuit2 default.
Definition at line 24 of file FitManagerMinuit2.h.
Referenced by runBackgroundDalitzFit(), runBackgroundSigmaFit(), runCanonicalFit(), runGeneratedMCFit(), and runToyFit().
|
inline |
Set the fitting verbosity.
Definition at line 39 of file FitManagerMinuit2.h.
Referenced by GooFit::PdfBase::fitTo().