![]() |
Project
|
Heavy structure with track parameterizations + track points for debugging. More...
#include <TrackInterpolation.h>
Public Member Functions | |
ClassDefNV (TrackDataExtended, 2) | |
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 | |
Heavy structure with track parameterizations + track points for debugging.
Definition at line 101 of file TrackInterpolation.h.
o2::tpc::TrackDataExtended::ClassDefNV | ( | TrackDataExtended | , |
2 | |||
) |
o2::dataformats::RangeReference o2::tpc::TrackDataExtended::clIdx {} |
index of first cluster residual and total number of cluster residuals of this track
Definition at line 112 of file TrackInterpolation.h.
std::vector<o2::BaseCluster<float> > o2::tpc::TrackDataExtended::clsITS {} |
attached ITS clusters
Definition at line 108 of file TrackInterpolation.h.
o2::tof::Cluster o2::tpc::TrackDataExtended::clsTOF {} |
the TOF cluster (if available)
Definition at line 111 of file TrackInterpolation.h.
std::vector<o2::trd::CalibratedTracklet> o2::tpc::TrackDataExtended::clsTRD {} |
the TRD space points (if available)
Definition at line 110 of file TrackInterpolation.h.
o2::dataformats::GlobalTrackID o2::tpc::TrackDataExtended::gid {} |
GID of the most global barrel track.
Definition at line 102 of file TrackInterpolation.h.
o2::dataformats::MatchInfoTOF o2::tpc::TrackDataExtended::matchTOF {} |
TOF matching information.
Definition at line 107 of file TrackInterpolation.h.
o2::its::TrackITS o2::tpc::TrackDataExtended::trkITS {} |
ITS seeding track.
Definition at line 103 of file TrackInterpolation.h.
std::vector<o2::trd::Tracklet64> o2::tpc::TrackDataExtended::trkltTRD {} |
attached TRD tracklets (if available)
Definition at line 109 of file TrackInterpolation.h.
o2::track::TrackPar o2::tpc::TrackDataExtended::trkOuter {} |
refit of TRD and/or TOF points
Definition at line 106 of file TrackInterpolation.h.
o2::tpc::TrackTPC o2::tpc::TrackDataExtended::trkTPC {} |
TPC track (including dEdx information)
Definition at line 104 of file TrackInterpolation.h.
o2::trd::TrackTRD o2::tpc::TrackDataExtended::trkTRD {} |
TRD seeding track.
Definition at line 105 of file TrackInterpolation.h.