Project
Loading...
Searching...
No Matches
o2::rans::compat::makeDecoder Class Reference

#include <compat.h>

Static Public Member Functions

template<typename container_T >
static constexpr decltype(auto) fromRenormed (const RenormedHistogramConcept< container_T > &renormed)
 
template<typename source_T >
static decltype(auto) fromHistogram (DenseHistogram< source_T > histogram, size_t renormingPrecision=0)
 
template<typename source_IT >
static decltype(auto) fromSamples (source_IT begin, source_IT end, size_t renormingPrecision=0)
 
template<typename source_T >
static decltype(auto) fromSamples (gsl::span< const source_T > range, size_t renormingPrecision=0)
 

Detailed Description

Definition at line 214 of file compat.h.

Member Function Documentation

◆ fromHistogram()

template<typename source_T >
static decltype(auto) o2::rans::compat::makeDecoder::fromHistogram ( DenseHistogram< source_T histogram,
size_t  renormingPrecision = 0 
)
inlinestatic

Definition at line 233 of file compat.h.

◆ fromRenormed()

template<typename container_T >
static constexpr decltype(auto) o2::rans::compat::makeDecoder::fromRenormed ( const RenormedHistogramConcept< container_T > &  renormed)
inlinestaticconstexpr

Definition at line 221 of file compat.h.

◆ fromSamples() [1/2]

template<typename source_T >
static decltype(auto) o2::rans::compat::makeDecoder::fromSamples ( gsl::span< const source_T range,
size_t  renormingPrecision = 0 
)
inlinestatic

Definition at line 247 of file compat.h.

◆ fromSamples() [2/2]

template<typename source_IT >
static decltype(auto) o2::rans::compat::makeDecoder::fromSamples ( source_IT  begin,
source_IT  end,
size_t  renormingPrecision = 0 
)
inlinestatic

Definition at line 240 of file compat.h.


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