Project
Loading...
Searching...
No Matches
o2::dataformats::CascadeIndex Class Reference

#include <DecayNBodyIndex.h>

Public Types

using GIndex = o2::dataformats::VtxTrackIndex
 

Public Member Functions

 CascadeIndex ()=default
 
 CascadeIndex (int v, int v0id, GIndex bachelorID)
 
GIndex getBachelorID () const
 
void setBachelorID (GIndex gid)
 
int getV0ID () const
 
void setV0ID (int vid)
 
int getVertexID () const
 
void setVertexID (int id)
 

Protected Member Functions

 ClassDefNV (CascadeIndex, 1)
 

Protected Attributes

int mVertexID = -1
 
int mV0ID = -1
 
GIndex mBach {}
 

Detailed Description

Definition at line 77 of file DecayNBodyIndex.h.

Member Typedef Documentation

◆ GIndex

Constructor & Destructor Documentation

◆ CascadeIndex() [1/2]

o2::dataformats::CascadeIndex::CascadeIndex ( )
default

◆ CascadeIndex() [2/2]

o2::dataformats::CascadeIndex::CascadeIndex ( int  v,
int  v0id,
GIndex  bachelorID 
)
inline

Definition at line 82 of file DecayNBodyIndex.h.

Member Function Documentation

◆ ClassDefNV()

o2::dataformats::CascadeIndex::ClassDefNV ( CascadeIndex  ,
 
)
protected

◆ getBachelorID()

GIndex o2::dataformats::CascadeIndex::getBachelorID ( ) const
inline

Definition at line 84 of file DecayNBodyIndex.h.

◆ getV0ID()

int o2::dataformats::CascadeIndex::getV0ID ( ) const
inline

Definition at line 87 of file DecayNBodyIndex.h.

◆ getVertexID()

int o2::dataformats::CascadeIndex::getVertexID ( ) const
inline

Definition at line 90 of file DecayNBodyIndex.h.

◆ setBachelorID()

void o2::dataformats::CascadeIndex::setBachelorID ( GIndex  gid)
inline

Definition at line 85 of file DecayNBodyIndex.h.

◆ setV0ID()

void o2::dataformats::CascadeIndex::setV0ID ( int  vid)
inline

Definition at line 88 of file DecayNBodyIndex.h.

◆ setVertexID()

void o2::dataformats::CascadeIndex::setVertexID ( int  id)
inline

Definition at line 91 of file DecayNBodyIndex.h.

Member Data Documentation

◆ mBach

GIndex o2::dataformats::CascadeIndex::mBach {}
protected

Definition at line 96 of file DecayNBodyIndex.h.

◆ mV0ID

int o2::dataformats::CascadeIndex::mV0ID = -1
protected

Definition at line 95 of file DecayNBodyIndex.h.

◆ mVertexID

int o2::dataformats::CascadeIndex::mVertexID = -1
protected

Definition at line 94 of file DecayNBodyIndex.h.


The documentation for this class was generated from the following file: