This is the complete list of members for GooFit::Variable, including all inherited members.
blind | GooFit::Variable | protected |
changed_ | GooFit::Variable | protected |
error | GooFit::Variable | protected |
fitter_index | GooFit::Variable | protected |
fixed | GooFit::Variable | protected |
getBlind(const Key &) | GooFit::Variable | inline |
getChanged() const | GooFit::Variable | inline |
getError() const | GooFit::Variable | inline |
getFitterIndex() const | GooFit::Variable | inline |
getIndex() const | GooFit::Indexable | inline |
getLowerLimit() const | GooFit::Indexable | inline |
getName() const | GooFit::Indexable | inline |
getUpperLimit() const | GooFit::Indexable | inline |
getValue() const | GooFit::Indexable | inline |
index | GooFit::Indexable | protected |
Indexable(std::string n, fptype val=0) | GooFit::Indexable | inline |
Indexable(std::string n, fptype val, fptype lowerlimit, fptype upperlimit) | GooFit::Indexable | inline |
IsFixed() const | GooFit::Variable | inline |
lowerlimit | GooFit::Indexable | protected |
name | GooFit::Indexable | protected |
operator bool() const | GooFit::Indexable | inline |
operator fptype() const | GooFit::Indexable | inline |
operator!=(const Indexable &other) const | GooFit::Indexable | inline |
operator<(const Indexable &other) const | GooFit::Indexable | inline |
operator<<(std::ostream &o, const Variable &var) | GooFit::Variable | friend |
operator=(const Variable &)=delete | GooFit::Variable | |
operator=(const fptype &val) | GooFit::Variable | inline |
GooFit::Indexable::operator=(const Indexable &)=delete | GooFit::Indexable | |
operator==(const Indexable &other) const | GooFit::Indexable | inline |
setBlind(fptype val) | GooFit::Variable | inline |
setChanged(bool val=true) | GooFit::Variable | inline |
setError(fptype val) | GooFit::Variable | inline |
setFitterIndex(int value) | GooFit::Variable | inline |
setFixed(bool fix) | GooFit::Variable | inline |
setIndex(int value) | GooFit::Indexable | inline |
setLowerLimit(fptype val) | GooFit::Indexable | inline |
setUpperLimit(fptype val) | GooFit::Indexable | inline |
setValue(fptype val) | GooFit::Indexable | inline |
upperlimit | GooFit::Indexable | protected |
value | GooFit::Indexable | protected |
Variable(const Variable &)=default | GooFit::Variable | |
Variable(Variable &&)=default | GooFit::Variable | |
Variable(std::string n, fptype v) | GooFit::Variable | inline |
Variable(std::string n, fptype v, fptype dn, fptype up) | GooFit::Variable | inline |
Variable(std::string n, fptype v, fptype e, fptype dn, fptype up, bool fix=false) | GooFit::Variable | inline |
~Indexable() | GooFit::Indexable | inlinevirtual |
~Variable() override=default | GooFit::Variable | |