Tomographer
v5.4
Tomographer C++ Framework Documentation
|
A Histogram with real counts and error bars. See Tomographer::HistogramWithErrorBars. More...
#include <py/cxx/tomographerpy/pyhistogram.h>
Public Types | |
enum | |
Public Types inherited from tpy::Histogram | |
enum | |
Public Member Functions | |
HistogramWithErrorBars (HistogramParams params_) | |
HistogramWithErrorBars (tpy::RealScalar min, tpy::RealScalar max, Eigen::Index num_bins) | |
template<typename Scalar , typename CountType > | |
HistogramWithErrorBars (const Tomographer::HistogramWithErrorBars< Scalar, CountType > &h) | |
template<typename X > | |
operator X () const | |
template<typename Scalar , typename CountType > | |
Tomographer::HistogramWithErrorBars< Scalar, CountType > | toCxxHistogram () const |
void | set_delta (py::object newdelta) |
void | load (py::object x, py::object err, py::object o) |
Public Member Functions inherited from tpy::Histogram | |
Histogram (HistogramParams params_) | |
Histogram (tpy::RealScalar min, tpy::RealScalar max, Eigen::Index num_bins) | |
template<typename Scalar , typename CountType > | |
Histogram (const Tomographer::Histogram< Scalar, CountType > &h) | |
template<typename X > | |
operator X () const | |
template<typename Scalar , typename CountType > | |
Tomographer::Histogram< Scalar, CountType > | toCxxHistogram () const |
void | set_bins (py::object newbins) |
void | set_off_chart (py::object o) |
void | load (py::object x, py::object o) |
py::object | normalization () const |
py::object | totalCounts () const |
Public Attributes | |
py::object | delta |
Public Attributes inherited from tpy::Histogram | |
HistogramParams | params |
py::object | bins |
py::object | off_chart |
A Histogram with real counts and error bars. See Tomographer::HistogramWithErrorBars.
Definition at line 143 of file pyhistogram.h.