![]() |
Project
|
Structure for caching positions, covariances and angles for extrapolations from ITS and TRD/TOF and for interpolation. More...
#include <TrackInterpolation.h>
Public Attributes | |
| std::array< float, NIndices > | y {} |
| std::array< float, NIndices > | z {} |
| std::array< float, NIndices > | sy2 {} |
| std::array< float, NIndices > | szy {} |
| std::array< float, NIndices > | sz2 {} |
| std::array< float, NIndices > | snp {} |
| float | clY {0.f} |
| float | clZ {0.f} |
| float | clAngle {0.f} |
| unsigned short | clAvailable {0} |
| unsigned char | clSec {0} |
Structure for caching positions, covariances and angles for extrapolations from ITS and TRD/TOF and for interpolation.
Definition at line 184 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::CacheStruct::clAngle {0.f} |
Definition at line 193 of file TrackInterpolation.h.
| unsigned short o2::tpc::TrackInterpolation::CacheStruct::clAvailable {0} |
Definition at line 194 of file TrackInterpolation.h.
| unsigned char o2::tpc::TrackInterpolation::CacheStruct::clSec {0} |
Definition at line 195 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::CacheStruct::clY {0.f} |
Definition at line 191 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::CacheStruct::clZ {0.f} |
Definition at line 192 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::snp {} |
Definition at line 190 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::sy2 {} |
Definition at line 187 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::sz2 {} |
Definition at line 189 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::szy {} |
Definition at line 188 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::y {} |
Definition at line 185 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::z {} |
Definition at line 186 of file TrackInterpolation.h.