![]() |
Project
|
#include <ASoAHelpers.h>
Inherits o2::soa::CombinationsBlockIndexPolicyBase< BP, T, Ts... >.
Public Types | |
using | CombinationType = typename CombinationsBlockIndexPolicyBase< BP, T, Ts... >::CombinationType |
![]() | |
using | CombinationType = typename CombinationsIndexPolicyBase< Ts... >::CombinationType |
using | IndicesType = typename NTupleType< uint64_t, sizeof...(Ts)>::type |
![]() | |
using | CombinationType = std::tuple< typename Ts::iterator... > |
using | IndicesType = typename NTupleType< uint64_t, sizeof...(Ts)>::type |
Public Member Functions | |
CombinationsBlockUpperIndexPolicy (const BP &binningPolicy, int categoryNeighbours, const T &outsider) | |
CombinationsBlockUpperIndexPolicy (const BP &binningPolicy, int categoryNeighbours, const T &outsider, const Ts &... tables) | |
CombinationsBlockUpperIndexPolicy (const BP &binningPolicy, int categoryNeighbours, const T &outsider, Ts &&... tables) | |
void | setTables (const Ts &... tables) |
void | setTables (Ts &&... tables) |
void | setRanges () |
void | addOne () |
![]() | |
CombinationsBlockIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T &outsider) | |
CombinationsBlockIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T &outsider, const Ts &... tables) | |
CombinationsBlockIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T &outsider, Ts &&... tables) | |
void | setTables (const Ts &... tables) |
void | setTables (Ts &&... tables) |
void | setRanges (const Ts &... tables) |
void | setRanges (Ts &&... tables) |
int | currentWindowNeighbours () |
bool | isNewWindow () |
![]() | |
CombinationsIndexPolicyBase () | |
CombinationsIndexPolicyBase (const Tss &... tables) | |
CombinationsIndexPolicyBase (Tss &&... tables) | |
void | setTables (const Ts &... tables) |
void | setTables (Tss &&... tables) |
void | moveToEnd () |
void | addOne () |
Additional Inherited Members | |
![]() | |
std::array< std::vector< BinningIndex >, sizeof...(Ts)> | mGroupedIndices |
IndicesType | mCurrentIndices |
IndicesType | mBeginIndices |
uint64_t | mSlidingWindowSize |
const BP | mBP |
const int | mCategoryNeighbours |
const T | mOutsider |
bool | mIsNewWindow |
![]() | |
std::shared_ptr< std::tuple< Ts... > > | mTables |
CombinationType | mCurrent |
IndicesType | mMaxOffset |
bool | mIsEnd |
Definition at line 536 of file ASoAHelpers.h.
using o2::soa::CombinationsBlockUpperIndexPolicy< BP, T, Ts >::CombinationType = typename CombinationsBlockIndexPolicyBase<BP, T, Ts...>::CombinationType |
Definition at line 537 of file ASoAHelpers.h.
|
inline |
Definition at line 539 of file ASoAHelpers.h.
|
inline |
Definition at line 540 of file ASoAHelpers.h.
|
inline |
Definition at line 546 of file ASoAHelpers.h.
|
inline |
Definition at line 576 of file ASoAHelpers.h.
|
inline |
Definition at line 564 of file ASoAHelpers.h.
|
inline |
Definition at line 553 of file ASoAHelpers.h.
|
inline |
Definition at line 558 of file ASoAHelpers.h.