|
| MnUserTransformation () |
|
| MnUserTransformation (const MnUserTransformation &trafo) |
|
| MnUserTransformation (const std::vector< double > &, const std::vector< double > &) |
|
| ~MnUserTransformation () |
|
bool | Add (const std::string &, double) |
|
bool | Add (const std::string &, double, double) |
|
bool | Add (const std::string &, double, double, double, double) |
|
double | DInt2Ext (unsigned int, double) const |
|
double | Error (const std::string &) const |
|
double | Error (unsigned int) const |
|
std::vector< double > | Errors () const |
|
double | Ext2int (unsigned int, double) const |
|
unsigned int | ExtOfInt (unsigned int internal) const |
|
int | FindIndex (const std::string &) const |
|
void | Fix (const std::string &) |
|
void | Fix (unsigned int) |
|
const std::string & | GetName (unsigned int) const |
|
unsigned int | Index (const std::string &) const |
|
const std::vector< double > & | InitialParValues () const |
|
double | Int2ext (unsigned int, double) const |
|
MnUserCovariance | Int2extCovariance (const MnAlgebraicVector &, const MnAlgebraicSymMatrix &) const |
|
double | Int2extError (unsigned int, double, double) const |
|
unsigned int | IntOfExt (unsigned int) const |
|
const char * | Name (unsigned int) const |
|
std::vector< double > | operator() (const MnAlgebraicVector &) const |
|
MnUserTransformation & | operator= (const MnUserTransformation &trafo) |
|
const MinuitParameter & | Parameter (unsigned int) const |
|
const std::vector< MinuitParameter > & | Parameters () const |
|
std::vector< double > | Params () const |
| access to parameters and errors in column-wise representation More...
|
|
const MnMachinePrecision & | Precision () const |
| forwarded interface More...
|
|
void | Release (const std::string &) |
|
void | Release (unsigned int) |
|
void | RemoveLimits (const std::string &) |
|
void | RemoveLimits (unsigned int) |
|
void | SetError (const std::string &, double) |
|
void | SetError (unsigned int, double) |
|
void | SetLimits (const std::string &, double, double) |
|
void | SetLimits (unsigned int, double, double) |
|
void | SetLowerLimit (const std::string &, double) |
|
void | SetLowerLimit (unsigned int, double) |
|
void | SetName (unsigned int, const std::string &) |
|
void | SetPrecision (double eps) |
|
void | SetUpperLimit (const std::string &, double) |
|
void | SetUpperLimit (unsigned int, double) |
|
void | SetValue (const std::string &, double) |
|
void | SetValue (unsigned int, double) |
|
double | Value (const std::string &) const |
|
double | Value (unsigned int) const |
|
unsigned int | VariableParameters () const |
|