![]() |
Project
|
Structure for the information required to associate each residual with a given track type (ITS-TPC-TRD-TOF, etc) More...
#include <TrackInterpolation.h>
Public Member Functions | |
| TrackDataCompact ()=default | |
| TrackDataCompact (uint32_t idx, std::array< uint8_t, 4 > mlt, uint8_t nRes, uint8_t source, uint8_t nextraRes=0, int8_t filt=-1) | |
| void | setMultStack (float v, int stack) |
| float | getMultStack (int stack) const |
| float | getMultStackPacked (int stack) const |
| ClassDefNV (TrackDataCompact, 4) | |
Public Attributes | |
| uint32_t | idxFirstResidual |
| the index of the first residual from this track | |
| std::array< uint8_t, 4 > | multStack {} |
| uint8_t | nResiduals |
| total number of TPC residuals associated to this track | |
| uint8_t | nExtDetResid = 0 |
| number of external detectors (wrt TPC) residuals stored, on top of clIdx.getEntries | |
| uint8_t | sourceId |
| source ID obtained from the global track ID | |
| int8_t | filterFlag = -1 |
| -1: validation was not done, 0: validated, >0 : reason not passing validation, see validateTrack method | |
Structure for the information required to associate each residual with a given track type (ITS-TPC-TRD-TOF, etc)
Definition at line 158 of file TrackInterpolation.h.
|
default |
|
inline |
Definition at line 160 of file TrackInterpolation.h.
| o2::tpc::TrackDataCompact::ClassDefNV | ( | TrackDataCompact | , |
| 4 | |||
| ) |
|
inline |
Definition at line 173 of file TrackInterpolation.h.
|
inline |
Definition at line 177 of file TrackInterpolation.h.
Definition at line 168 of file TrackInterpolation.h.
| int8_t o2::tpc::TrackDataCompact::filterFlag = -1 |
-1: validation was not done, 0: validated, >0 : reason not passing validation, see validateTrack method
Definition at line 166 of file TrackInterpolation.h.
| uint32_t o2::tpc::TrackDataCompact::idxFirstResidual |
the index of the first residual from this track
Definition at line 161 of file TrackInterpolation.h.
| std::array<uint8_t, 4> o2::tpc::TrackDataCompact::multStack {} |
Definition at line 162 of file TrackInterpolation.h.
| uint8_t o2::tpc::TrackDataCompact::nExtDetResid = 0 |
number of external detectors (wrt TPC) residuals stored, on top of clIdx.getEntries
Definition at line 164 of file TrackInterpolation.h.
| uint8_t o2::tpc::TrackDataCompact::nResiduals |
total number of TPC residuals associated to this track
Definition at line 163 of file TrackInterpolation.h.
| uint8_t o2::tpc::TrackDataCompact::sourceId |
source ID obtained from the global track ID
Definition at line 165 of file TrackInterpolation.h.