|
ant
A2 ant: class-based analysis framework
|
This is the complete list of members for ant::BinSettings, including all inherited members.
| _start | ant::interval< double > | protected |
| _stop | ant::interval< double > | protected |
| AsRangeString(const std::string &label="x") const noexcept | ant::interval< double > | inline |
| bins | ant::BinSettings | protected |
| Bins() const noexcept | ant::BinSettings | inline |
| Bins() noexcept | ant::BinSettings | inline |
| BinSettings(unsigned int number_of_bins, double minimum, double maximum) | ant::BinSettings | inline |
| BinSettings(unsigned int number_of_bins) | ant::BinSettings | inline |
| BinSettings(unsigned int number_of_bins, const interval< double > &i) | ant::BinSettings | inline |
| BinWidth() const | ant::BinSettings | inline |
| Center() const noexcept | ant::interval< double > | inline |
| CenterWidth(const double center, const double width) noexcept | ant::interval< double > | inlinestatic |
| Clip(const double &x) const | ant::interval< double > | inline |
| Contains(const double &x) const noexcept | ant::interval< double > | inline |
| Disjoint(const ant::interval< double > &i) const noexcept | ant::interval< double > | inline |
| Extend(const interval< double > &other) | ant::interval< double > | inline |
| Extend(const double &other) | ant::interval< double > | inline |
| getBin(const double v) const noexcept | ant::BinSettings | |
| getMaxNegativeRange() noexcept | ant::interval< double > | inlinestatic |
| getMaxPositiveRange() noexcept | ant::interval< double > | inlinestatic |
| getMaxRange() noexcept | ant::interval< double > | inlinestatic |
| interval(const double &start, const double &stop) noexcept | ant::interval< double > | inline |
| IsSane() const noexcept | ant::interval< double > | inline |
| Length() const noexcept | ant::interval< double > | inline |
| Make(const std::vector< double > &x_values) | ant::BinSettings | static |
| MakeSane() | ant::interval< double > | inline |
| operator!=(const interval< double > &rhs) const noexcept | ant::interval< double > | inline |
| operator*(const double &f) const | ant::interval< double > | inline |
| operator*=(const double &f) | ant::interval< double > | inline |
| operator+(const double &a) const | ant::interval< double > | inline |
| operator+=(const double &a) | ant::interval< double > | inline |
| operator-(const double &a) const | ant::interval< double > | inline |
| operator-=(const double &a) | ant::interval< double > | inline |
| operator/(const double &f) const | ant::interval< double > | inline |
| operator/=(const double &f) | ant::interval< double > | inline |
| operator<<(std::ostream &out, const BinSettings &b) | ant::BinSettings | friend |
| operator==(const interval< double > &rhs) const noexcept | ant::interval< double > | inline |
| operator>>(std::istream &in, BinSettings &t) | ant::BinSettings | friend |
| operator[](const index_t n) const | ant::interval< double > | inline |
| Round() noexcept | ant::interval< double > | inline |
| RoundToBinSize(const BinSettings &bins, const double binSize) | ant::BinSettings | static |
| SetCenter(const double ¢er) | ant::interval< double > | inline |
| SetWidth(const double &width) | ant::interval< double > | inline |
| Start() const noexcept | ant::interval< double > | inline |
| Start() noexcept | ant::interval< double > | inline |
| Stop() const noexcept | ant::interval< double > | inline |
| Stop() noexcept | ant::interval< double > | inline |
| tryJoinWith(const ant::interval< double > &other) | ant::interval< double > | inline |