Project
Loading...
Searching...
No Matches
o2::framework::NoBinningPolicy< C > Struct Template Reference

#include <BinningPolicy.h>

Public Types

using persistent_columns_t = framework::selected_pack< o2::soa::is_persistent_column_t, C >
 

Public Member Functions

 NoBinningPolicy ()=default
 
template<typename T >
auto getBinningValues (T &rowIterator, arrow::Table *table, uint64_t ci=-1, uint64_t ai=-1, uint64_t globalIndex=-1) const
 
template<typename T >
auto getBinningValues (typename T::iterator rowIterator, T &table, uint64_t ci=-1, uint64_t ai=-1, uint64_t globalIndex=-1) const
 
int getBin (std::tuple< typename C::type > const &data) const
 

Detailed Description

template<typename C>
struct o2::framework::NoBinningPolicy< C >

Definition at line 302 of file BinningPolicy.h.

Member Typedef Documentation

◆ persistent_columns_t

template<typename C >
using o2::framework::NoBinningPolicy< C >::persistent_columns_t = framework::selected_pack<o2::soa::is_persistent_column_t, C>

Definition at line 323 of file BinningPolicy.h.

Constructor & Destructor Documentation

◆ NoBinningPolicy()

template<typename C >
o2::framework::NoBinningPolicy< C >::NoBinningPolicy ( )
default

Member Function Documentation

◆ getBin()

template<typename C >
int o2::framework::NoBinningPolicy< C >::getBin ( std::tuple< typename C::type > const &  data) const
inline

Definition at line 318 of file BinningPolicy.h.

◆ getBinningValues() [1/2]

template<typename C >
template<typename T >
auto o2::framework::NoBinningPolicy< C >::getBinningValues ( T &  rowIterator,
arrow::Table *  table,
uint64_t  ci = -1,
uint64_t  ai = -1,
uint64_t  globalIndex = -1 
) const
inline

Definition at line 307 of file BinningPolicy.h.

◆ getBinningValues() [2/2]

template<typename C >
template<typename T >
auto o2::framework::NoBinningPolicy< C >::getBinningValues ( typename T::iterator  rowIterator,
T &  table,
uint64_t  ci = -1,
uint64_t  ai = -1,
uint64_t  globalIndex = -1 
) const
inline

Definition at line 313 of file BinningPolicy.h.


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