![]() |
Project
|
#include <DecayNBodyIndex.h>
Inherits o2::dataformats::DecayNBodyIndex< 3 >.
Public Member Functions | |
Decay3BodyIndex (int v, GIndex p0, GIndex p1, GIndex p2) | |
ClassDefNV (Decay3BodyIndex, 1) | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
using | GIndex = o2::dataformats::VtxTrackIndex |
![]() | |
static constexpr int | getNProngs () |
![]() | |
ClassDefNV (DecayNBodyIndex, 2) | |
![]() | |
int | mVertexID |
std::array< GIndex, N > | mProngIDs |
uint8_t | mBits |
Definition at line 69 of file DecayNBodyIndex.h.
Definition at line 73 of file DecayNBodyIndex.h.
o2::dataformats::Decay3BodyIndex::ClassDefNV | ( | Decay3BodyIndex | , |
1 | |||
) |