This is the complete list of members for Histogram1D, including all inherited members.
accumulate(uint32_t i, double weight) | Histogram1D | inline |
accumulate_closest(double x, double weight) | Histogram1D | |
accumulate_linear(double x, double weight) | Histogram1D | |
convert_to_density(void) | Histogram1D | |
coord(uint32_t i) const | Histogram1D | |
get_bin_range(double &min, double &max) const | Histogram1D | |
get_data(void) | Histogram1D | inline |
get_data(void) const | Histogram1D | inline |
get_range(double range[2]) const | Histogram1D | |
Histogram1D(uint32_t n, const double range[2]) | Histogram1D | |
Histogram1D(uint32_t n, const std::vector< double > &xdata, histogram_accumulation_e type=HISTOGRAM_ACCUMULATION_CLOSEST) | Histogram1D | |
Histogram1D(uint32_t n, const std::vector< double > &xdata, const std::vector< double > &wdata, histogram_accumulation_e type=HISTOGRAM_ACCUMULATION_CLOSEST) | Histogram1D | |
n(void) const | Histogram1D | inline |
operator()(uint32_t i) const | Histogram1D | inline |
operator()(uint32_t i) | Histogram1D | inline |
operator*=(double x) | Histogram1D | |
step(void) const | Histogram1D | inline |
~Histogram() | Histogram | inlinevirtual |
~Histogram1D() | Histogram1D | virtual |