Tomographer  v1.0a
Tomographer C++ Framework Documentation
Tomographer::ValueHistogramWithBinningMHRWStatsCollectorParams< ValueCalculator_, CountIntType_, CountRealAvgType_, NumTrackValues_, NumLevels_ >::Result Struct Reference

Result type of the corresponding ValueHistogramWithBinningMHRWStatsCollector. More...

#include <tomographer/mhrw.h>

+ Collaboration diagram for Tomographer::ValueHistogramWithBinningMHRWStatsCollectorParams< ValueCalculator_, CountIntType_, CountRealAvgType_, NumTrackValues_, NumLevels_ >::Result:

Public Member Functions

 Result ()
 Simple default constructor (e.g. to use as std::vector<Result>).
 
template<typename BinningAnalysisType >
 Result (HistogramParams p, const BinningAnalysisType &b)
 Constructor which initializes the fields from the histogram and binning analysis type.
 
void dump_convergence_analysis (std::ostream &str) const
 Dump values, error bars and convergence status in human-readable form into ostream.
 
std::string dump_convergence_analysis () const
 Dump values, error bars and convergence status in human-readable form as string.
 

Public Attributes

HistogramType hist
 Histogram, already with error bars.
 
BinningAnalysisParamsType::BinSumSqArray error_levels
 Detailed error bars for all binning levels.
 
Eigen::ArrayXi converged_status
 Information of convergence status of the error bars (see e.g. BinningAnalysisParamsType::CONVERGED)
 

Detailed Description

template<typename ValueCalculator_, typename CountIntType_ = int, typename CountRealAvgType_ = double, int NumTrackValues_ = Eigen::Dynamic, int NumLevels_ = Eigen::Dynamic>
struct Tomographer::ValueHistogramWithBinningMHRWStatsCollectorParams< ValueCalculator_, CountIntType_, CountRealAvgType_, NumTrackValues_, NumLevels_ >::Result

Result type of the corresponding ValueHistogramWithBinningMHRWStatsCollector.

Stores a histogram with error bars, detailed information about error bars at different binning levels, and information about the convergence of these error bars.

Definition at line 890 of file mhrw.h.


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