![]() |
Project
|
#include <DecayNBodyIndex.h>
Public Types | |
| using | GIndex = o2::dataformats::VtxTrackIndex |
Public Member Functions | |
| DecayNBodyIndex ()=default | |
| DecayNBodyIndex (int v, const std::array< GIndex, N > &arr) | |
| DecayNBodyIndex (int v, std::initializer_list< GIndex > l) | |
| GIndex | getProngID (int i) const |
| void | setProngID (int i, GIndex gid) |
| int | getVertexID () const |
| void | setVertexID (int id) |
| uint8_t | getBits () const |
| bool | testBit (int i) const |
| void | setBit (int i) |
| void | resetBit (int i) |
| const std::array< GIndex, N > & | getProngs () const |
Static Public Member Functions | |
| static constexpr int | getNProngs () |
Protected Member Functions | |
| ClassDefNV (DecayNBodyIndex, 2) | |
Protected Attributes | |
| int | mVertexID = -1 |
| std::array< GIndex, N > | mProngIDs {} |
| uint8_t | mBits = 0 |
Definition at line 21 of file DecayNBodyIndex.h.
| using o2::dataformats::DecayNBodyIndex< N >::GIndex = o2::dataformats::VtxTrackIndex |
Definition at line 24 of file DecayNBodyIndex.h.
|
default |
|
inline |
Definition at line 26 of file DecayNBodyIndex.h.
|
inline |
Definition at line 27 of file DecayNBodyIndex.h.
|
protected |
|
inline |
Definition at line 39 of file DecayNBodyIndex.h.
|
inlinestaticconstexpr |
Definition at line 45 of file DecayNBodyIndex.h.
|
inline |
Definition at line 35 of file DecayNBodyIndex.h.
|
inline |
Definition at line 44 of file DecayNBodyIndex.h.
|
inline |
Definition at line 37 of file DecayNBodyIndex.h.
|
inline |
Definition at line 42 of file DecayNBodyIndex.h.
|
inline |
Definition at line 41 of file DecayNBodyIndex.h.
|
inline |
Definition at line 36 of file DecayNBodyIndex.h.
|
inline |
Definition at line 38 of file DecayNBodyIndex.h.
|
inline |
Definition at line 40 of file DecayNBodyIndex.h.
|
protected |
Definition at line 50 of file DecayNBodyIndex.h.
|
protected |
Definition at line 49 of file DecayNBodyIndex.h.
|
protected |
Definition at line 48 of file DecayNBodyIndex.h.