Project
Loading...
Searching...
No Matches
o2::rans::makeDenseHistogram Struct Reference

#include <factory.h>

Inherits o2::rans::internal::makeHistogram< DenseHistogram >.

Public Types

using base_type = internal::makeHistogram< DenseHistogram >
 
- Public Types inherited from o2::rans::internal::makeHistogram< DenseHistogram >
using histogram_type = DenseHistogram< source_T >
 

Static Public Member Functions

template<typename source_IT >
static decltype(auto) fromSamples (source_IT begin, source_IT end, typename std::iterator_traits< source_IT >::value_type min, typename std::iterator_traits< source_IT >::value_type max)
 
template<typename source_T >
static decltype(auto) fromSamples (gsl::span< const source_T > range, source_T min, source_T max)
 
- Static Public Member Functions inherited from o2::rans::internal::makeHistogram< DenseHistogram >
static decltype(auto) fromSamples (source_IT begin, source_IT end)
 
static decltype(auto) fromSamples (gsl::span< const source_T > range)
 

Detailed Description

Definition at line 138 of file factory.h.

Member Typedef Documentation

◆ base_type

Member Function Documentation

◆ fromSamples() [1/2]

template<typename source_T >
static decltype(auto) o2::rans::makeDenseHistogram::fromSamples ( gsl::span< const source_T range,
source_T  min,
source_T  max 
)
inlinestatic

Definition at line 157 of file factory.h.

◆ fromSamples() [2/2]

template<typename source_IT >
static decltype(auto) o2::rans::makeDenseHistogram::fromSamples ( source_IT  begin,
source_IT  end,
typename std::iterator_traits< source_IT >::value_type  min,
typename std::iterator_traits< source_IT >::value_type  max 
)
inlinestatic

Definition at line 144 of file factory.h.


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