![]() |
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) | |
ClassDefNV (TrackDataCompact, 1) | |
Public Attributes | |
uint32_t | idxFirstResidual |
the index of the first residual from this track | |
uint8_t | nResiduals |
total number of residuals associated to this track | |
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 88 of file TrackInterpolation.h.
|
default |
|
inline |
Definition at line 90 of file TrackInterpolation.h.
o2::tpc::TrackDataCompact::ClassDefNV | ( | TrackDataCompact | , |
1 | |||
) |
uint32_t o2::tpc::TrackDataCompact::idxFirstResidual |
the index of the first residual from this track
Definition at line 91 of file TrackInterpolation.h.
uint8_t o2::tpc::TrackDataCompact::nResiduals |
total number of residuals associated to this track
Definition at line 92 of file TrackInterpolation.h.
uint8_t o2::tpc::TrackDataCompact::sourceId |
source ID obtained from the global track ID
Definition at line 93 of file TrackInterpolation.h.