#include <Minou.h>
Public Member Functions | |
| bool | IsFixed () const |
| bool | IsFree () const |
| ParameterDef ()=default | |
| ParameterDef (const std::string name, const double value=0, const double step=1, const double low=0, const double high=0, const bool fixed=false) | |
Public Attributes | |
| bool | fFixed = false |
| double | fHigh = 0 |
| double | fLow = 0 |
| std::string | fName |
| double | fStep = 1 |
| double | fValue = 0 |
|
default |
|
inline |
|
inline |
|
inline |
| bool utl::Minou::ParameterDef::fFixed = false |
| double utl::Minou::ParameterDef::fStep = 1 |
Definition at line 44 of file Minou.h.
Referenced by IsFree(), FdProfileConstrainedGeometryFit::PCGFitter::Run(), and FdProfileConstrainedGeometryFitPG::PCGFitter::Run().
| double utl::Minou::ParameterDef::fValue = 0 |
Definition at line 43 of file Minou.h.
Referenced by FdProfileConstrainedGeometryFit::PCGFitter::Run(), and FdProfileConstrainedGeometryFitPG::PCGFitter::Run().