![]() |
Project
|
#include <ASoAHelpers.h>
Inherits o2::soa::CombinationsIndexPolicyBase< T, Ts... >.
Public Types | |
using | CombinationType = typename CombinationsIndexPolicyBase< T, Ts... >::CombinationType |
using | IndicesType = typename NTupleType< uint64_t, sizeof...(Ts)+1 >::type |
![]() | |
using | CombinationType = std::tuple< typename Ts::iterator... > |
using | IndicesType = typename NTupleType< uint64_t, sizeof...(Ts)>::type |
Public Member Functions | |
CombinationsBlockSameIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, int minWindowSize) | |
CombinationsBlockSameIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, int minWindowSize, const T &table, const Ts &... tables) | |
CombinationsBlockSameIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, int minWindowSize, T &&table, Ts &&... tables) | |
void | setTables (const T &table, const Ts &... tables) |
void | setTables (T &&table, Ts &&... tables) |
void | setRanges (const T &table) |
void | setRanges () |
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 () |
Public Attributes | |
std::vector< BinningIndex > | mGroupedIndices |
IndicesType | mCurrentIndices |
const uint64_t | mSlidingWindowSize |
const int | mMinWindowSize |
const BP | mBP |
const int | mCategoryNeighbours |
const T1 | mOutsider |
bool | mIsNewWindow |
![]() | |
std::shared_ptr< std::tuple< Ts... > > | mTables |
CombinationType | mCurrent |
IndicesType | mMaxOffset |
bool | mIsEnd |
Definition at line 784 of file ASoAHelpers.h.
using o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::CombinationType = typename CombinationsIndexPolicyBase<T, Ts...>::CombinationType |
Definition at line 785 of file ASoAHelpers.h.
using o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::IndicesType = typename NTupleType<uint64_t, sizeof...(Ts) + 1>::type |
Definition at line 786 of file ASoAHelpers.h.
|
inline |
Definition at line 788 of file ASoAHelpers.h.
|
inline |
Definition at line 789 of file ASoAHelpers.h.
|
inline |
Definition at line 795 of file ASoAHelpers.h.
|
inline |
Definition at line 854 of file ASoAHelpers.h.
|
inline |
Definition at line 870 of file ASoAHelpers.h.
|
inline |
Definition at line 835 of file ASoAHelpers.h.
|
inline |
Definition at line 817 of file ASoAHelpers.h.
|
inline |
Definition at line 802 of file ASoAHelpers.h.
|
inline |
Definition at line 809 of file ASoAHelpers.h.
const BP o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mBP |
Definition at line 879 of file ASoAHelpers.h.
const int o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mCategoryNeighbours |
Definition at line 880 of file ASoAHelpers.h.
IndicesType o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mCurrentIndices |
Definition at line 876 of file ASoAHelpers.h.
std::vector<BinningIndex> o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mGroupedIndices |
Definition at line 875 of file ASoAHelpers.h.
bool o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mIsNewWindow |
Definition at line 882 of file ASoAHelpers.h.
const int o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mMinWindowSize |
Definition at line 878 of file ASoAHelpers.h.
const T1 o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mOutsider |
Definition at line 881 of file ASoAHelpers.h.
const uint64_t o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, T, Ts >::mSlidingWindowSize |
Definition at line 877 of file ASoAHelpers.h.