10#ifndef ROOT_Minuit2_MnUserTransformation 
   11#define ROOT_Minuit2_MnUserTransformation 
   31class MnUserCovariance;
 
   82   double Int2ext(
unsigned int, 
double) 
const;
 
   91   double Ext2int(
unsigned int, 
double) 
const;
 
   94   double DInt2Ext(
unsigned int, 
double) 
const;
 
   95   double DExt2Int(
unsigned int, 
double) 
const;
 
  101   unsigned int IntOfExt(
unsigned int) 
const;
 
  124   std::vector<double> 
Params() 
const;
 
  125   std::vector<double> 
Errors() 
const;
 
  131   bool Add(
const std::string &, 
double, 
double);
 
  133   bool Add(
const std::string &, 
double, 
double, 
double, 
double);
 
  135   bool Add(
const std::string &, 
double);
 
  138   void Fix(
unsigned int);
 
  141   void SetValue(
unsigned int, 
double);
 
  142   void SetError(
unsigned int, 
double);
 
  143   void SetLimits(
unsigned int, 
double, 
double);
 
  146   void SetName(
unsigned int, 
const std::string &);
 
  148   double Value(
unsigned int) 
const;
 
  149   double Error(
unsigned int) 
const;
 
  152   void Fix(
const std::string &);
 
  153   void Release(
const std::string &);
 
  154   void SetValue(
const std::string &, 
double);
 
  155   void SetError(
const std::string &, 
double);
 
  156   void SetLimits(
const std::string &, 
double, 
double);
 
  161   double Value(
const std::string &) 
const;
 
  162   double Error(
const std::string &) 
const;
 
  165   unsigned int Index(
const std::string &) 
const;
 
  167   int FindIndex(
const std::string &) 
const;
 
  170   const std::string &
GetName(
unsigned int) 
const;
 
  172   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
 
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...