12#ifndef ALICEO2_NBODY_INDEX_H
13#define ALICEO2_NBODY_INDEX_H
29 assert(l.size() == N);
constexpr int p1()
constexpr to accelerate the coordinates changing
Extention of GlobalTrackID by flags relevant for verter-track association.
Decay3BodyIndex(int v, GIndex p0, GIndex p1, GIndex p2)
ClassDefNV(Decay3BodyIndex, 1)
DecayNBodyIndex()=default
static constexpr int getNProngs()
void setProngID(int i, GIndex gid)
bool testBit(int i) const
ClassDefNV(DecayNBodyIndex, 2)
std::array< GIndex, N > mProngIDs
GIndex getProngID(int i) const
DecayNBodyIndex(int v, const std::array< GIndex, N > &arr)
const std::array< GIndex, N > & getProngs() const
DecayNBodyIndex(int v, std::initializer_list< GIndex > l)