| ~ParameterSettings() |
void | Fix() |
bool | HasLowerLimit() const |
bool | HasUpperLimit() const |
bool | IsBound() const |
bool | IsDoubleBound() const |
bool | IsFixed() const |
double | LowerLimit() const |
const string& | Name() const |
ROOT::Fit::ParameterSettings& | operator=(const ROOT::Fit::ParameterSettings&) |
ROOT::Fit::ParameterSettings | ParameterSettings() |
ROOT::Fit::ParameterSettings | ParameterSettings(const ROOT::Fit::ParameterSettings&) |
ROOT::Fit::ParameterSettings | ParameterSettings(const string& name, double val) |
ROOT::Fit::ParameterSettings | ParameterSettings(const string& name, double val, double err) |
ROOT::Fit::ParameterSettings | ParameterSettings(const string& name, double val, double err, double min, double max) |
void | Release() |
void | RemoveLimits() |
void | Set(const string& name, double value) |
void | Set(const string& name, double value, double step) |
void | Set(const string& name, double value, double step, double lower, double upper) |
void | SetLimits(double low, double up) |
void | SetLowerLimit(double low) |
void | SetName(const string& name) |
void | SetStepSize(double err) |
void | SetUpperLimit(double up) |
void | SetValue(double val) |
double | StepSize() const |
double | UpperLimit() const |
double | Value() const |