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

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::Tracklet64trkltTRD {}
 attached TRD tracklets (if available)
 
std::vector< o2::trd::CalibratedTrackletclsTRD {}
 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
 

Detailed Description

Heavy structure with track parameterizations + track points for debugging.

Definition at line 101 of file TrackInterpolation.h.

Member Function Documentation

◆ ClassDefNV()

o2::tpc::TrackDataExtended::ClassDefNV ( TrackDataExtended  ,
 
)

Member Data Documentation

◆ clIdx

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.

◆ clsITS

std::vector<o2::BaseCluster<float> > o2::tpc::TrackDataExtended::clsITS {}

attached ITS clusters

Definition at line 108 of file TrackInterpolation.h.

◆ clsTOF

o2::tof::Cluster o2::tpc::TrackDataExtended::clsTOF {}

the TOF cluster (if available)

Definition at line 111 of file TrackInterpolation.h.

◆ clsTRD

std::vector<o2::trd::CalibratedTracklet> o2::tpc::TrackDataExtended::clsTRD {}

the TRD space points (if available)

Definition at line 110 of file TrackInterpolation.h.

◆ gid

o2::dataformats::GlobalTrackID o2::tpc::TrackDataExtended::gid {}

GID of the most global barrel track.

Definition at line 102 of file TrackInterpolation.h.

◆ matchTOF

o2::dataformats::MatchInfoTOF o2::tpc::TrackDataExtended::matchTOF {}

TOF matching information.

Definition at line 107 of file TrackInterpolation.h.

◆ trkITS

o2::its::TrackITS o2::tpc::TrackDataExtended::trkITS {}

ITS seeding track.

Definition at line 103 of file TrackInterpolation.h.

◆ trkltTRD

std::vector<o2::trd::Tracklet64> o2::tpc::TrackDataExtended::trkltTRD {}

attached TRD tracklets (if available)

Definition at line 109 of file TrackInterpolation.h.

◆ trkOuter

o2::track::TrackPar o2::tpc::TrackDataExtended::trkOuter {}

refit of TRD and/or TOF points

Definition at line 106 of file TrackInterpolation.h.

◆ trkTPC

o2::tpc::TrackTPC o2::tpc::TrackDataExtended::trkTPC {}

TPC track (including dEdx information)

Definition at line 104 of file TrackInterpolation.h.

◆ trkTRD

o2::trd::TrackTRD o2::tpc::TrackDataExtended::trkTRD {}

TRD seeding track.

Definition at line 105 of file TrackInterpolation.h.


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