Tomographer  v5.2
Tomographer C++ Framework Documentation
tpy::HistogramWithErrorBars Class Reference

A Histogram with real counts and error bars. See Tomographer::HistogramWithErrorBars. More...

#include <py/cxx/tomographerpy/pyhistogram.h>

+ Inheritance diagram for tpy::HistogramWithErrorBars:
+ Collaboration diagram for tpy::HistogramWithErrorBars:

Public Types

enum  
 
- Public Types inherited from tpy::Histogram
enum  
 

Public Member Functions

 HistogramWithErrorBars (HistogramParams params_)
 
 HistogramWithErrorBars (tpy::RealType min, tpy::RealType 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::RealType min, tpy::RealType 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
 

Detailed Description

A Histogram with real counts and error bars. See Tomographer::HistogramWithErrorBars.

Definition at line 148 of file pyhistogram.h.


The documentation for this class was generated from the following file: