const char * Name(unsigned int) const
void SetLowerLimit(unsigned int, double)
void RemoveLimits(unsigned int)
Namespace for new ROOT classes and functions.
MnUserTransformation fTransformation
const MnMachinePrecision & Precision() const
void Release(unsigned int)
const std::vector< ROOT::Minuit2::MinuitParameter > & Parameters() const
access to parameters (row-wise)
double Value(unsigned int) const
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.
const std::string & GetName(unsigned int) const
std::vector< double > Errors() const
double Error(unsigned int) const
const MinuitParameter & Parameter(unsigned int) const
access to single Parameter
void SetLimits(unsigned int, double, double)
void SetValue(unsigned int, double)
std::vector< double > Params() const
access to parameters and errors in column-wise representation
void SetUpperLimit(unsigned int, double)
unsigned int Index(const std::string &) const