|
Tomographer
v2.0
Tomographer C++ Framework Documentation
|
Definitions for Histogram Types. More...
#include <cmath>#include <cstdlib>#include <iostream>#include <iomanip>#include <sstream>#include <stdexcept>#include <type_traits>#include <algorithm>#include <boost/math/constants/constants.hpp>#include <Eigen/Core>#include <tomographer2/tools/fmt.h>#include <tomographer2/tools/eigenutil.h>#include <tomographer2/tools/cxxutil.h>#include <tomographer2/tools/needownoperatornew.h>
Include dependency graph for histogram.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Tomographer::UniformBinsHistogram< Scalar_, CountType_ > |
| Stores a histogram. More... | |
| struct | Tomographer::UniformBinsHistogram< Scalar_, CountType_ >::Params |
| The parameters of a UniformBinsHistogram. More... | |
| struct | Tomographer::UniformBinsHistogramWithErrorBars< Scalar_, CountType_ > |
| Stores a histogram along with error bars. More... | |
| struct | Tomographer::AveragedHistogram< HistogramType_, RealAvgType > |
| Combines several histograms (with same parameters) into an averaged histogram. More... | |
Namespaces | |
| Tomographer | |
Base namespace for the Tomographer project. | |
Functions | |
| template<typename HistogramType > | |
| void | Tomographer::histogramPrettyPrint (std::ostream &str, const HistogramType &histogram, int max_width=0) |
| pretty-print the given histogram. More... | |
| template<typename HistogramType > | |
| std::string | Tomographer::histogramPrettyPrint (const HistogramType &histogram, int max_width=0) |
| Utility to display histograms for humans. More... | |
| template<typename HistogramType > | |
| int | Tomographer::histogramShortBar (std::ostream &str, const HistogramType &histogram, bool log_scale=true, int max_width=0) |
| Format the histogram as a one-line bar. More... | |
| template<typename HistogramType > | |
| std::string | Tomographer::histogramShortBar (const HistogramType &histogram, bool log_scale=true, int max_width=0) |
| Format the histogram as a one-line bar. More... | |