accumulate(double x_, double y_, double weight_=1.0) | mygsl::histogram_2d | |
add(const histogram_2d &) | mygsl::histogram_2d | |
are_underflow_overflow_available() const | mygsl::histogram_2d | |
at(size_t ix_, size_t iy_) const | mygsl::histogram_2d | |
counts() const | mygsl::histogram_2d | |
cov() const | mygsl::histogram_2d | |
destroy() | mygsl::histogram_2d | |
div(const histogram_2d &) | mygsl::histogram_2d | |
dump(std::ostream &, int precision_=9) const | mygsl::histogram_2d | |
fill(double x_, double y_, double weight_=1.0) | mygsl::histogram_2d | |
fill(int i_, double y_, double safe_x_delta_=1e-7, double weight_=1.0) | mygsl::histogram_2d | |
fill(double x_, int j_, double safe_y_delta_=1e-7, double weight_=1.0) | mygsl::histogram_2d | |
fill(int i_, int j_, double safe_x_delta_=1e-7, double safe_y_delta_=1e-7, double weight_=1.0) | mygsl::histogram_2d | |
find(double x_, double y_, size_t &i_, size_t &j_) const | mygsl::histogram_2d | |
from_stream(std::istream &) | mygsl::histogram_2d | |
get(size_t ix_, size_t iy_) const | mygsl::histogram_2d | |
get_auxiliaries() const | mygsl::histogram_2d | |
get_logarithmic_x_binning() const | mygsl::histogram_2d | |
get_logarithmic_y_binning() const | mygsl::histogram_2d | |
get_serial_tag() const =0 | datatools::i_serializable | pure virtual |
get_uniform_x_binning() const | mygsl::histogram_2d | |
get_uniform_y_binning() const | mygsl::histogram_2d | |
get_x_binning_info() const | mygsl::histogram_2d | |
get_xrange(size_t i_) const | mygsl::histogram_2d | |
get_y_binning_info() const | mygsl::histogram_2d | |
get_yrange(size_t j_) const | mygsl::histogram_2d | |
grab_auxiliaries() | mygsl::histogram_2d | |
has_size(size_t xbins_, size_t ybins_) const | mygsl::histogram_2d | |
has_xsize(size_t xbins_) const | mygsl::histogram_2d | |
has_ysize(size_t ybins_) const | mygsl::histogram_2d | |
histogram class | mygsl::histogram_2d | friend |
histogram_2d() | mygsl::histogram_2d | |
histogram_2d(size_t nx_, double xmin_, double xmax_, size_t ny_, double ymin_, double ymax_, unsigned int xmode_=BIN_MODE_LINEAR, unsigned int ymode_=BIN_MODE_LINEAR) | mygsl::histogram_2d | |
histogram_2d(const std::vector< double > &xranges_, const std::vector< double > &yranges_) | mygsl::histogram_2d | |
histogram_2d(const histogram_2d &) | mygsl::histogram_2d | |
i_serializable() | datatools::i_serializable | |
increment_counts() | mygsl::histogram_2d | |
increment_x_overflow(double weight_) | mygsl::histogram_2d | |
increment_x_underflow(double weight_) | mygsl::histogram_2d | |
increment_y_overflow(double weight_) | mygsl::histogram_2d | |
increment_y_underflow(double weight_) | mygsl::histogram_2d | |
init(size_t nx_, double xmin_, double xmax_, size_t ny_, double ymin_, double ymax_, unsigned int xmode_=BIN_MODE_LINEAR, unsigned int ymode_=BIN_MODE_LINEAR) | mygsl::histogram_2d | |
init(const std::vector< double > &xranges_, const std::vector< double > &yranges_) | mygsl::histogram_2d | |
initialize(size_t nx_, double xmin_, double xmax_, size_t ny_, double ymin_, double ymax_, unsigned int xmode_=BIN_MODE_LINEAR, unsigned int ymode_=BIN_MODE_LINEAR) | mygsl::histogram_2d | |
initialize(const std::vector< double > &xranges_, const std::vector< double > &yranges_) | mygsl::histogram_2d | |
initialize(const histogram &hx_, const histogram &hy_, const std::vector< std::string > &imported_aux_prefixes_) | mygsl::histogram_2d | |
initialize(const histogram_2d &h_, const std::vector< std::string > &imported_aux_prefixes_) | mygsl::histogram_2d | |
invalidate_counters() | mygsl::histogram_2d | |
invalidate_counts() | mygsl::histogram_2d | |
invalidate_underflow_overflow() | mygsl::histogram_2d | |
is_any_x_binning() const | mygsl::histogram_2d | |
is_any_y_binning() const | mygsl::histogram_2d | |
is_counts_available() const | mygsl::histogram_2d | |
is_initialized() const | mygsl::histogram_2d | |
is_inside(double x_, double y_) const | mygsl::histogram_2d | |
is_logarithmic_x_binning() const | mygsl::histogram_2d | |
is_logarithmic_y_binning() const | mygsl::histogram_2d | |
is_uniform_x_binning() const | mygsl::histogram_2d | |
is_uniform_y_binning() const | mygsl::histogram_2d | |
max_bin(size_t &i_, size_t &j_) const | mygsl::histogram_2d | |
max_val() const | mygsl::histogram_2d | |
min_bin(size_t &i_, size_t &j_) const | mygsl::histogram_2d | |
min_val() const | mygsl::histogram_2d | |
mul(const histogram_2d &) | mygsl::histogram_2d | |
negate() | mygsl::histogram_2d | |
operator *(const histogram_2d &, const histogram_2d &) | mygsl::histogram_2d | friend |
operator *(double, const histogram_2d &) | mygsl::histogram_2d | friend |
operator *(const histogram_2d &, double) | mygsl::histogram_2d | friend |
operator *=(const histogram_2d &) | mygsl::histogram_2d | |
operator *=(double) | mygsl::histogram_2d | |
operator+(const histogram_2d &, const histogram_2d &) | mygsl::histogram_2d | friend |
operator+=(const histogram_2d &) | mygsl::histogram_2d | |
operator+=(double) | mygsl::histogram_2d | |
operator-() | mygsl::histogram_2d | |
operator-(const histogram_2d &, const histogram_2d &) | mygsl::histogram_2d | friend |
operator-=(const histogram_2d &) | mygsl::histogram_2d | |
operator-=(double) | mygsl::histogram_2d | |
operator/(const histogram_2d &, const histogram_2d &) | mygsl::histogram_2d | friend |
operator/(double, const histogram_2d &) | mygsl::histogram_2d | friend |
operator/(const histogram_2d &, double) | mygsl::histogram_2d | friend |
operator/=(const histogram_2d &) | mygsl::histogram_2d | |
operator/=(double) | mygsl::histogram_2d | |
operator=(const histogram_2d &) | mygsl::histogram_2d | |
overflow_x() const | mygsl::histogram_2d | |
overflow_y() const | mygsl::histogram_2d | |
print(std::ostream &, int precision_=9, bool x_skip_line_=true) const | mygsl::histogram_2d | |
reset() | mygsl::histogram_2d | |
reset_counters() | mygsl::histogram_2d | |
reset_counts() | mygsl::histogram_2d | |
reset_underflow_overflow() | mygsl::histogram_2d | |
same(const histogram_2d &) const | mygsl::histogram_2d | |
scale(double s_) | mygsl::histogram_2d | |
set(size_t ix_, size_t iy_, double value_) | mygsl::histogram_2d | |
shift(double s_) | mygsl::histogram_2d | |
sub(const histogram_2d &) | mygsl::histogram_2d | |
sum() const | mygsl::histogram_2d | |
to_stream(std::ostream &) const | mygsl::histogram_2d | |
tree_dump(std::ostream &out=std::clog, const std::string &title="", const std::string &indent="", bool inherit=false) const | mygsl::histogram_2d | virtual |
underflow_x() const | mygsl::histogram_2d | |
underflow_y() const | mygsl::histogram_2d | |
xbins() const | mygsl::histogram_2d | |
xmax() const | mygsl::histogram_2d | |
xmean() const | mygsl::histogram_2d | |
xmin() const | mygsl::histogram_2d | |
xsigma() const | mygsl::histogram_2d | |
ybins() const | mygsl::histogram_2d | |
ymax() const | mygsl::histogram_2d | |
ymean() const | mygsl::histogram_2d | |
ymin() const | mygsl::histogram_2d | |
ysigma() const | mygsl::histogram_2d | |
zero() | mygsl::histogram_2d | |
~histogram_2d() | mygsl::histogram_2d | virtual |
~i_serializable() | datatools::i_serializable | virtual |