Project
Loading...
Searching...
No Matches
o2::tpc::TrackDataCompact Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ TrackDataCompact() [1/2]

o2::tpc::TrackDataCompact::TrackDataCompact ( )
default

◆ TrackDataCompact() [2/2]

o2::tpc::TrackDataCompact::TrackDataCompact ( uint32_t  idx,
uint8_t  nRes,
uint8_t  source 
)
inline

Definition at line 90 of file TrackInterpolation.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::TrackDataCompact::ClassDefNV ( TrackDataCompact  ,
 
)

Member Data Documentation

◆ idxFirstResidual

uint32_t o2::tpc::TrackDataCompact::idxFirstResidual

the index of the first residual from this track

Definition at line 91 of file TrackInterpolation.h.

◆ nResiduals

uint8_t o2::tpc::TrackDataCompact::nResiduals

total number of residuals associated to this track

Definition at line 92 of file TrackInterpolation.h.

◆ sourceId

uint8_t o2::tpc::TrackDataCompact::sourceId

source ID obtained from the global track ID

Definition at line 93 of file TrackInterpolation.h.


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