class holding the full result of the minimization; both internal and external (MnUserParameterState) representation available for the parameters at the Minimum
Definition at line 36 of file FunctionMinimum.h.
Classes | |
struct | Data |
Public Types | |
enum | Status { MnValid , MnReachedCallLimit , MnAboveMaxEdm } |
Public Member Functions | |
FunctionMinimum (const MinimumSeed &seed, const std::vector< MinimumState > &states, double up, Status status=MnValid) | |
Constructor at the end of a minimization from seed and vector of states. | |
FunctionMinimum (const MinimumSeed &seed, double up) | |
Constructor from only MinimumSeed. Minimum is only from seed result not the full minimization. | |
void | Add (const MinimumState &state, Status status=MnValid) |
add latest minimization state (for example add Hesse result after Migrad) | |
double | Edm () const |
const MinimumError & | Error () const |
double | Fval () const |
const FunctionGradient & | Grad () const |
bool | HasAccurateCovar () const |
bool | HasCovariance () const |
bool | HasMadePosDefCovar () const |
bool | HasPosDefCovar () const |
bool | HasReachedCallLimit () const |
bool | HasValidCovariance () const |
bool | HasValidParameters () const |
bool | HesseFailed () const |
bool | IsAboveMaxEdm () const |
bool | IsValid () const |
int | NFcn () const |
const MinimumParameters & | Parameters () const |
const MinimumSeed & | Seed () const |
void | SetErrorDef (double up) |
const MinimumState & | State () const |
const std::vector< MinimumState > & | States () const |
double | Up () const |
const MnUserCovariance & | UserCovariance () const |
const MnUserParameters & | UserParameters () const |
const MnUserParameterState & | UserState () const |
Private Attributes | |
std::shared_ptr< Data > | fPtr |
#include <Minuit2/FunctionMinimum.h>
Enumerator | |
---|---|
MnValid | |
MnReachedCallLimit | |
MnAboveMaxEdm |
Definition at line 39 of file FunctionMinimum.h.
|
inline |
Constructor from only MinimumSeed. Minimum is only from seed result not the full minimization.
Definition at line 47 of file FunctionMinimum.h.
|
inline |
Constructor at the end of a minimization from seed and vector of states.
Definition at line 56 of file FunctionMinimum.h.
|
inline |
add latest minimization state (for example add Hesse result after Migrad)
Definition at line 62 of file FunctionMinimum.h.
|
inline |
Definition at line 90 of file FunctionMinimum.h.
|
inline |
Definition at line 87 of file FunctionMinimum.h.
|
inline |
Definition at line 89 of file FunctionMinimum.h.
|
inline |
Definition at line 88 of file FunctionMinimum.h.
|
inline |
Definition at line 97 of file FunctionMinimum.h.
|
inline |
Definition at line 101 of file FunctionMinimum.h.
|
inline |
Definition at line 99 of file FunctionMinimum.h.
|
inline |
Definition at line 98 of file FunctionMinimum.h.
|
inline |
Definition at line 103 of file FunctionMinimum.h.
|
inline |
Definition at line 96 of file FunctionMinimum.h.
|
inline |
Definition at line 95 of file FunctionMinimum.h.
|
inline |
Definition at line 100 of file FunctionMinimum.h.
|
inline |
Definition at line 102 of file FunctionMinimum.h.
|
inline |
Definition at line 94 of file FunctionMinimum.h.
|
inline |
Definition at line 91 of file FunctionMinimum.h.
|
inline |
Definition at line 86 of file FunctionMinimum.h.
|
inline |
Definition at line 71 of file FunctionMinimum.h.
Definition at line 105 of file FunctionMinimum.h.
|
inline |
Definition at line 85 of file FunctionMinimum.h.
|
inline |
Definition at line 72 of file FunctionMinimum.h.
|
inline |
Definition at line 93 of file FunctionMinimum.h.
|
inline |
Definition at line 82 of file FunctionMinimum.h.
|
inline |
Definition at line 81 of file FunctionMinimum.h.
|
inline |
Definition at line 75 of file FunctionMinimum.h.
|
private |
Definition at line 122 of file FunctionMinimum.h.