10#ifndef ROOT_Minuit2_MnUserTransformation
11#define ROOT_Minuit2_MnUserTransformation
29class MnUserCovariance;
57 double Int2ext(
unsigned int,
double)
const;
66 double Ext2int(
unsigned int,
double)
const;
69 double DInt2Ext(
unsigned int,
double)
const;
70 double D2Int2Ext(
unsigned int,
double)
const;
71 double DExt2Int(
unsigned int,
double)
const;
77 unsigned int IntOfExt(
unsigned int)
const;
80 unsigned int ExtOfInt(
unsigned int internal)
const
100 std::vector<double>
Params()
const;
101 std::vector<double>
Errors()
const;
107 bool Add(
const std::string &,
double,
double);
109 bool Add(
const std::string &,
double,
double,
double,
double);
111 bool Add(
const std::string &,
double);
114 void Fix(
unsigned int);
117 void SetValue(
unsigned int,
double);
118 void SetError(
unsigned int,
double);
119 void SetLimits(
unsigned int,
double,
double);
122 void SetName(
unsigned int,
const std::string &);
124 double Value(
unsigned int)
const;
125 double Error(
unsigned int)
const;
128 void Fix(
const std::string &);
129 void Release(
const std::string &);
130 void SetValue(
const std::string &,
double);
131 void SetError(
const std::string &,
double);
132 void SetLimits(
const std::string &,
double,
double);
137 double Value(
const std::string &)
const;
138 double Error(
const std::string &)
const;
141 unsigned int Index(
const std::string &)
const;
143 int FindIndex(
const std::string &)
const;
146 const std::string &
GetName(
unsigned int)
const;
148 const char *
Name(
unsigned int)
const;
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
Class describing a symmetric matrix of size n.
class for the individual Minuit Parameter with Name and number; contains the input numbers for the mi...
Sets the relative floating point (double) arithmetic precision.
void SetPrecision(double prec)
override Minuit's own determination
Class containing the covariance matrix data represented as a vector of size n*(n+1)/2 Used to hide in...
CPyCppyy::Parameter Parameter