void SetLowerLimit(unsigned int, double)
void RemoveLimits(unsigned int)
Namespace for new ROOT classes and functions.
MnUserTransformation fTransformation
const char * Name(unsigned int) const
unsigned int Index(const std::string &) const
const std::vector< ROOT::Minuit2::MinuitParameter > & Parameters() const
access to parameters (row-wise)
void Release(unsigned int)
void SetName(unsigned int, const std::string &)
void Fix(unsigned int)
interaction via external number of Parameter
class for the individual Minuit Parameter with Name and number; contains the input numbers for the mi...
determines the relative floating point arithmetic precision.
void SetError(unsigned int, double)
bool Add(const std::string &, double, double)
Add free Parameter Name, Value, Error.
void SetLimits(unsigned int, double, double)
void SetValue(unsigned int, double)
const std::string & GetName(unsigned int) const
double Value(unsigned int) const
double Error(unsigned int) const
std::vector< double > Errors() const
void SetUpperLimit(unsigned int, double)
const MinuitParameter & Parameter(unsigned int) const
access to single Parameter
std::vector< double > Params() const
access to parameters and errors in column-wise representation
const MnMachinePrecision & Precision() const