![]() |
Project
|
Heavy structure with track parameterizations + track points for debugging. More...
#include <TrackInterpolation.h>
Public Member Functions | |
| ClassDefNV (TrackDataExtended, 3) | |
Public Attributes | |
| o2::dataformats::GlobalTrackID | gid {} |
| GID of the most global barrel track. | |
| o2::its::TrackITS | trkITS {} |
| ITS seeding track. | |
| o2::tpc::TrackTPC | trkTPC {} |
| TPC track (including dEdx information) | |
| o2::trd::TrackTRD | trkTRD {} |
| TRD seeding track. | |
| o2::track::TrackPar | trkOuter {} |
| refit of TRD and/or TOF points | |
| o2::dataformats::MatchInfoTOF | matchTOF {} |
| TOF matching information. | |
| std::vector< o2::BaseCluster< float > > | clsITS {} |
| attached ITS clusters | |
| std::vector< o2::trd::Tracklet64 > | trkltTRD {} |
| attached TRD tracklets (if available) | |
| std::vector< o2::trd::CalibratedTracklet > | clsTRD {} |
| the TRD space points (if available) | |
| o2::tof::Cluster | clsTOF {} |
| the TOF cluster (if available) | |
| o2::dataformats::RangeReference | clIdx {} |
| index of first cluster residual and total number of cluster residuals of this track | |
| uint8_t | nExtDetResid = 0 |
| number of external detectors (to TPC) residuals stored, on top of clIdx.getEntries | |
Heavy structure with track parameterizations + track points for debugging.
Definition at line 181 of file TrackInterpolation.h.
| o2::tpc::TrackDataExtended::ClassDefNV | ( | TrackDataExtended | , |
| 3 | |||
| ) |
| o2::dataformats::RangeReference o2::tpc::TrackDataExtended::clIdx {} |
index of first cluster residual and total number of cluster residuals of this track
Definition at line 192 of file TrackInterpolation.h.
| std::vector<o2::BaseCluster<float> > o2::tpc::TrackDataExtended::clsITS {} |
attached ITS clusters
Definition at line 188 of file TrackInterpolation.h.
| o2::tof::Cluster o2::tpc::TrackDataExtended::clsTOF {} |
the TOF cluster (if available)
Definition at line 191 of file TrackInterpolation.h.
| std::vector<o2::trd::CalibratedTracklet> o2::tpc::TrackDataExtended::clsTRD {} |
the TRD space points (if available)
Definition at line 190 of file TrackInterpolation.h.
| o2::dataformats::GlobalTrackID o2::tpc::TrackDataExtended::gid {} |
GID of the most global barrel track.
Definition at line 182 of file TrackInterpolation.h.
| o2::dataformats::MatchInfoTOF o2::tpc::TrackDataExtended::matchTOF {} |
TOF matching information.
Definition at line 187 of file TrackInterpolation.h.
| uint8_t o2::tpc::TrackDataExtended::nExtDetResid = 0 |
number of external detectors (to TPC) residuals stored, on top of clIdx.getEntries
Definition at line 193 of file TrackInterpolation.h.
| o2::its::TrackITS o2::tpc::TrackDataExtended::trkITS {} |
ITS seeding track.
Definition at line 183 of file TrackInterpolation.h.
| std::vector<o2::trd::Tracklet64> o2::tpc::TrackDataExtended::trkltTRD {} |
attached TRD tracklets (if available)
Definition at line 189 of file TrackInterpolation.h.
| o2::track::TrackPar o2::tpc::TrackDataExtended::trkOuter {} |
refit of TRD and/or TOF points
Definition at line 186 of file TrackInterpolation.h.
| o2::tpc::TrackTPC o2::tpc::TrackDataExtended::trkTPC {} |
TPC track (including dEdx information)
Definition at line 184 of file TrackInterpolation.h.
| o2::trd::TrackTRD o2::tpc::TrackDataExtended::trkTRD {} |
TRD seeding track.
Definition at line 185 of file TrackInterpolation.h.