|
| Metrics ()=default |
|
| Metrics (const DenseHistogram< source_type > &histogram, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const AdaptiveHistogram< source_type > &histogram, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const SparseHistogram< source_type > &histogram, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const DenseHistogram< source_type > &histogram, source_type min, source_type max, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const AdaptiveHistogram< source_type > &histogram, source_type min, source_type max, float_t cutoffPrecision=defaultCutoffPrecision) |
|
| Metrics (const SparseHistogram< source_type > &histogram, source_type min, source_type max, float_t cutoffPrecision=defaultCutoffPrecision) |
|
const DatasetProperties< source_type > & | getDatasetProperties () const noexcept |
|
const CoderProperties< source_type > & | getCoderProperties () const noexcept |
|
DatasetProperties< source_type > & | getDatasetProperties () noexcept |
|
CoderProperties< source_type > & | getCoderProperties () noexcept |
|
SizeEstimate | getSizeEstimate () const noexcept |
|
template<typename
source_T>
class o2::rans::Metrics< source_T >
Definition at line 36 of file Metrics.h.