Tomographer
v5.4
Tomographer C++ Framework Documentation
|
Definitions for MHRWStatsCollector Interface's. More...
#include <cstddef>
#include <limits>
#include <tuple>
#include <utility>
#include <type_traits>
#include <typeinfo>
#include <tomographer/tools/cxxutil.h>
#include <tomographer/tools/loggers.h>
#include <tomographer/tools/statusprovider.h>
#include <tomographer/histogram.h>
#include <tomographer/mhrw.h>
#include <tomographer/mhrw_bin_err.h>
Go to the source code of this file.
Namespaces | |
Tomographer | |
Base namespace for the Tomographer project. | |
Tomographer::Tools | |
Various useful tools. | |
Typedefs | |
typedef MultipleMHRWStatsCollectors | Tomographer::TrivialMHRWStatsCollector |
Trivial, NO-OP stats collector. More... | |
Functions | |
template<typename... MHRWStatsCollectors> | |
MultipleMHRWStatsCollectors< MHRWStatsCollectors... > | Tomographer::mkMultipleMHRWStatsCollectors (MHRWStatsCollectors &... mhrwstatscollectors) |
Convenience function to create a MultipleMHRWStatsCollector (using template argument deduction) More... | |
template<typename ValueCalculator_ , typename LoggerType = Logger::VacuumLogger, typename HistogramType_ = Histogram<typename ValueCalculator_::ValueType>> | |
ValueHistogramMHRWStatsCollector< ValueCalculator_, LoggerType, HistogramType_ > | Tomographer::mkValueHistogramMHRWStatsCollector (typename HistogramType_::Params hist_params, ValueCalculator_ valcalc, LoggerType &logger) |
Helper to easily instantiate a ValueHistogramMHRWStatsCollector. More... | |
template<typename ValueCalculator_ , typename CountIntType_ = int, typename CountRealAvgType_ = double, int NumTrackValues_ = Eigen::Dynamic, int NumLevels_ = Eigen::Dynamic, typename LoggerType = Tomographer::Logger::VacuumLogger> | |
ValueHistogramWithBinningMHRWStatsCollector< ValueHistogramWithBinningMHRWStatsCollectorParams< ValueCalculator_, CountIntType_, CountRealAvgType_, NumTrackValues_, NumLevels_ >, LoggerType > | Tomographer::mkValueHistogramWithBinningMHRWStatsCollector (HistogramParams< typename ValueCalculator_::ValueType > hist_params, ValueCalculator_ valcalc, int num_binning_levels, LoggerType &logger) |
Helper to easily instantiate a ValueHistogramWithBinningMHRWStatsCollector. More... | |
Definitions for MHRWStatsCollector Interface's.
Definitions for stats collectors – see MHRWStatsCollector Interface, as well as for example Tomographer::ValueHistogramMHRWStatsCollector etc.
Definition in file mhrwstatscollectors.h.