![]() |
Project
|
Structure filled for each track with track quality information and a vector with TPCClusterResiduals. More...
#include <TrackInterpolation.h>
Public Member Functions | |
ClassDefNV (TrackData, 6) | |
Public Attributes | |
o2::dataformats::GlobalTrackID | gid {} |
global track ID for seeding track | |
o2::track::TrackPar | par {} |
ITS track at inner TPC radius. | |
float | dEdxTPC {} |
TPC dEdx information. | |
float | chi2TPC {} |
chi2 of TPC track | |
float | chi2ITS {} |
chi2 of ITS track | |
float | chi2TRD {} |
chi2 of TRD track | |
unsigned short | nClsTPC {} |
number of attached TPC clusters | |
unsigned short | nClsITS {} |
number of attached ITS clusters | |
unsigned short | nTrkltsTRD {} |
number of attached TRD tracklets | |
unsigned short | clAvailTOF {} |
whether or not track seed has a matched TOF cluster | |
o2::dataformats::RangeReference | clIdx {} |
index of first cluster residual and total number of cluster residuals of this track | |
Structure filled for each track with track quality information and a vector with TPCClusterResiduals.
Definition at line 117 of file TrackInterpolation.h.
o2::tpc::TrackData::ClassDefNV | ( | TrackData | , |
6 | |||
) |
float o2::tpc::TrackData::chi2ITS {} |
chi2 of ITS track
Definition at line 122 of file TrackInterpolation.h.
float o2::tpc::TrackData::chi2TPC {} |
chi2 of TPC track
Definition at line 121 of file TrackInterpolation.h.
float o2::tpc::TrackData::chi2TRD {} |
chi2 of TRD track
Definition at line 123 of file TrackInterpolation.h.
unsigned short o2::tpc::TrackData::clAvailTOF {} |
whether or not track seed has a matched TOF cluster
Definition at line 127 of file TrackInterpolation.h.
o2::dataformats::RangeReference o2::tpc::TrackData::clIdx {} |
index of first cluster residual and total number of cluster residuals of this track
Definition at line 128 of file TrackInterpolation.h.
float o2::tpc::TrackData::dEdxTPC {} |
TPC dEdx information.
Definition at line 120 of file TrackInterpolation.h.
o2::dataformats::GlobalTrackID o2::tpc::TrackData::gid {} |
global track ID for seeding track
Definition at line 118 of file TrackInterpolation.h.
unsigned short o2::tpc::TrackData::nClsITS {} |
number of attached ITS clusters
Definition at line 125 of file TrackInterpolation.h.
unsigned short o2::tpc::TrackData::nClsTPC {} |
number of attached TPC clusters
Definition at line 124 of file TrackInterpolation.h.
unsigned short o2::tpc::TrackData::nTrkltsTRD {} |
number of attached TRD tracklets
Definition at line 126 of file TrackInterpolation.h.
o2::track::TrackPar o2::tpc::TrackData::par {} |
ITS track at inner TPC radius.
Definition at line 119 of file TrackInterpolation.h.