![]() |
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, uint8_t nRes, uint8_t source, uint8_t nextraRes=0) | |
ClassDefNV (TrackDataCompact, 2) | |
Public Attributes | |
uint32_t | idxFirstResidual |
the index of the first residual from this track | |
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 | |
Structure for the information required to associate each residual with a given track type (ITS-TPC-TRD-TOF, etc)
Definition at line 105 of file TrackInterpolation.h.
|
default |
|
inline |
Definition at line 107 of file TrackInterpolation.h.
o2::tpc::TrackDataCompact::ClassDefNV | ( | TrackDataCompact | , |
2 | |||
) |
uint32_t o2::tpc::TrackDataCompact::idxFirstResidual |
the index of the first residual from this track
Definition at line 108 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 110 of file TrackInterpolation.h.
uint8_t o2::tpc::TrackDataCompact::nResiduals |
total number of TPC residuals associated to this track
Definition at line 109 of file TrackInterpolation.h.
uint8_t o2::tpc::TrackDataCompact::sourceId |
source ID obtained from the global track ID
Definition at line 111 of file TrackInterpolation.h.