![]() |
Project
|
#include <ASoAHelpers.h>
Inherits o2::soa::CombinationsBlockSameIndexPolicyBase< BP, T1, Ts... >.
Public Types | |
using | CombinationType = typename CombinationsBlockSameIndexPolicyBase< BP, T1, Ts... >::CombinationType |
![]() | |
using | CombinationType = typename CombinationsIndexPolicyBase< Ts..., 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 | |
CombinationsBlockFullSameIndexPolicy (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider) | |
CombinationsBlockFullSameIndexPolicy (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, const Ts &... tables) | |
CombinationsBlockFullSameIndexPolicy (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, Ts &&... tables) | |
void | setTables (const Ts &... tables) |
void | setTables (Ts &&... tables) |
void | setRanges () |
void | addOne () |
![]() | |
CombinationsBlockSameIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, int minWindowSize) | |
CombinationsBlockSameIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, int minWindowSize, const Ts... &table, const Ts &... tables) | |
CombinationsBlockSameIndexPolicyBase (const BP &binningPolicy, int categoryNeighbours, const T1 &outsider, int minWindowSize, Ts... &&table, Ts &&... tables) | |
void | setTables (const Ts... &table, const Ts &... tables) |
void | setTables (Ts... &&table, Ts &&... tables) |
void | setRanges (const Ts... &table) |
void | setRanges () |
int | currentWindowNeighbours () |
bool | isNewWindow () |
![]() | |
CombinationsIndexPolicyBase () | |
template<typename... Tss> | |
CombinationsIndexPolicyBase (const Tss &... tables) | |
template<typename... Tss> | |
CombinationsIndexPolicyBase (Tss &&... tables) | |
void | setTables (const Ts &... tables) |
template<typename... Tss> | |
void | setTables (Tss &&... tables) |
void | moveToEnd () |
void | addOne () |
Public Attributes | |
uint64_t | mBeginIndex |
uint64_t | mCurrentlyFixed |
![]() | |
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 1090 of file ASoAHelpers.h.
using o2::soa::CombinationsBlockFullSameIndexPolicy< BP, T1, Ts >::CombinationType = typename CombinationsBlockSameIndexPolicyBase<BP, T1, Ts...>::CombinationType |
Definition at line 1091 of file ASoAHelpers.h.
|
inline |
Definition at line 1093 of file ASoAHelpers.h.
|
inline |
Definition at line 1094 of file ASoAHelpers.h.
|
inline |
Definition at line 1100 of file ASoAHelpers.h.
|
inline |
Definition at line 1133 of file ASoAHelpers.h.
|
inline |
Definition at line 1118 of file ASoAHelpers.h.
|
inline |
Definition at line 1107 of file ASoAHelpers.h.
|
inline |
Definition at line 1112 of file ASoAHelpers.h.
uint64_t o2::soa::CombinationsBlockFullSameIndexPolicy< BP, T1, Ts >::mBeginIndex |
Definition at line 1211 of file ASoAHelpers.h.
uint64_t o2::soa::CombinationsBlockFullSameIndexPolicy< BP, T1, Ts >::mCurrentlyFixed |
Definition at line 1212 of file ASoAHelpers.h.