|
| MnUserParameters () |
|
| MnUserParameters (const MnUserParameters &par) |
|
| MnUserParameters (const std::vector< double > &, const std::vector< double > &) |
|
| ~MnUserParameters () |
|
bool | Add (const std::string &, double) |
| Add const Parameter Name, vale. More...
|
|
bool | Add (const std::string &, double, double) |
| Add free Parameter Name, Value, Error. More...
|
|
bool | Add (const std::string &, double, double, double, double) |
| Add limited Parameter Name, Value, Lower bound, Upper bound. More...
|
|
double | Error (const std::string &) const |
|
double | Error (unsigned int) const |
|
std::vector< double > | Errors () const |
|
void | Fix (const std::string &) |
| interaction via Name of Parameter More...
|
|
void | Fix (unsigned int) |
| interaction via external number of Parameter More...
|
|
const std::string & | GetName (unsigned int) const |
|
unsigned int | Index (const std::string &) const |
|
const char * | Name (unsigned int) const |
|
MnUserParameters & | operator= (const MnUserParameters &par) |
|
const MinuitParameter & | Parameter (unsigned int) const |
| access to single Parameter More...
|
|
const std::vector< ROOT::Minuit2::MinuitParameter > & | Parameters () const |
| access to parameters (row-wise) More...
|
|
std::vector< double > | Params () const |
| access to parameters and errors in column-wise representation More...
|
|
const MnMachinePrecision & | Precision () const |
|
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) |
|
const MnUserTransformation & | Trafo () const |
|
double | Value (const std::string &) const |
|
double | Value (unsigned int) const |
|
unsigned int | VariableParameters () const |
|