![]() |
Project
|
#include <ASoAHelpers.h>
Inherits o2::soa::CombinationsBlockIndexPolicyBase< BP, T, Ts... >.
Public Types | |
| using | CombinationType = typename CombinationsBlockIndexPolicyBase< BP, T, Ts... >::CombinationType |
Public Types inherited from o2::soa::CombinationsBlockIndexPolicyBase< BP, T, Ts... > | |
| using | CombinationType = typename CombinationsIndexPolicyBase< Ts... >::CombinationType |
| using | IndicesType = typename NTupleType< uint64_t, sizeof...(Ts)>::type |
Public Types inherited from o2::soa::CombinationsIndexPolicyBase< Ts... > | |
| 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 () |
Public Member Functions inherited from o2::soa::CombinationsBlockIndexPolicyBase< BP, T, Ts... > | |
| 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 () |
Public Member Functions inherited from o2::soa::CombinationsIndexPolicyBase< Ts... > | |
| CombinationsIndexPolicyBase () | |
| CombinationsIndexPolicyBase (const Tss &... tables) | |
| CombinationsIndexPolicyBase (Tss &&... tables) | |
| void | setTables (const Ts &... tables) |
| void | setTables (Tss &&... tables) |
| void | moveToEnd () |
| void | addOne () |
Additional Inherited Members | |
Public Attributes inherited from o2::soa::CombinationsBlockIndexPolicyBase< BP, T, Ts... > | |
| 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 |
Public Attributes inherited from o2::soa::CombinationsIndexPolicyBase< Ts... > | |
| std::shared_ptr< std::tuple< Ts... > > | mTables |
| CombinationType | mCurrent |
| IndicesType | mMaxOffset |
| bool | mIsEnd |
Definition at line 473 of file ASoAHelpers.h.
| using o2::soa::CombinationsBlockUpperIndexPolicy< BP, T, Ts >::CombinationType = typename CombinationsBlockIndexPolicyBase<BP, T, Ts...>::CombinationType |
Definition at line 474 of file ASoAHelpers.h.
|
inline |
Definition at line 476 of file ASoAHelpers.h.
|
inline |
Definition at line 477 of file ASoAHelpers.h.
|
inline |
Definition at line 483 of file ASoAHelpers.h.
|
inline |
Definition at line 513 of file ASoAHelpers.h.
|
inline |
Definition at line 501 of file ASoAHelpers.h.
|
inline |
Definition at line 490 of file ASoAHelpers.h.
|
inline |
Definition at line 495 of file ASoAHelpers.h.