![]() |
Project
|
#include <DecayNBodyIndex.h>
Inherits o2::dataformats::DecayNBodyIndex< 2 >.
Public Types | |
| enum | V0Type : uint8_t { kStandaloneV0 = 0 , kPhotonOnly , kCollinear } |
Public Types inherited from o2::dataformats::DecayNBodyIndex< 2 > | |
| using | GIndex = o2::dataformats::VtxTrackIndex |
Public Member Functions | |
| V0Index (int v, GIndex p, GIndex n) | |
| bool | isStandaloneV0 () const |
| bool | isPhotonOnly () const |
| bool | isCollinear () const |
| void | setStandaloneV0 () |
| void | setPhotonOnly () |
| void | setCollinear () |
| ClassDefNV (V0Index, 1) | |
Public Member Functions inherited from o2::dataformats::DecayNBodyIndex< 2 > | |
| 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 | |
Static Public Member Functions inherited from o2::dataformats::DecayNBodyIndex< 2 > | |
| static constexpr int | getNProngs () |
Protected Member Functions inherited from o2::dataformats::DecayNBodyIndex< 2 > | |
| ClassDefNV (DecayNBodyIndex, 2) | |
Protected Attributes inherited from o2::dataformats::DecayNBodyIndex< 2 > | |
| int | mVertexID |
| std::array< GIndex, N > | mProngIDs |
| uint8_t | mBits |
Definition at line 55 of file DecayNBodyIndex.h.
| enum o2::dataformats::V0Index::V0Type : uint8_t |
| Enumerator | |
|---|---|
| kStandaloneV0 | |
| kPhotonOnly | |
| kCollinear | |
Definition at line 58 of file DecayNBodyIndex.h.
Definition at line 64 of file DecayNBodyIndex.h.
| o2::dataformats::V0Index::ClassDefNV | ( | V0Index | , |
| 1 | |||
| ) |
|
inline |
Definition at line 67 of file DecayNBodyIndex.h.
|
inline |
Definition at line 66 of file DecayNBodyIndex.h.
|
inline |
Definition at line 65 of file DecayNBodyIndex.h.
|
inline |
Definition at line 70 of file DecayNBodyIndex.h.
|
inline |
Definition at line 69 of file DecayNBodyIndex.h.
|
inline |
Definition at line 68 of file DecayNBodyIndex.h.