![]() |
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 257 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::CacheStruct::clAngle {0.f} |
Definition at line 266 of file TrackInterpolation.h.
| unsigned short o2::tpc::TrackInterpolation::CacheStruct::clAvailable {0} |
Definition at line 267 of file TrackInterpolation.h.
| unsigned char o2::tpc::TrackInterpolation::CacheStruct::clSec {0} |
Definition at line 268 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::CacheStruct::clY {0.f} |
Definition at line 264 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::CacheStruct::clZ {0.f} |
Definition at line 265 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::snp {} |
Definition at line 263 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::sy2 {} |
Definition at line 260 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::sz2 {} |
Definition at line 262 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::szy {} |
Definition at line 261 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::y {} |
Definition at line 258 of file TrackInterpolation.h.
| std::array<float, NIndices> o2::tpc::TrackInterpolation::CacheStruct::z {} |
Definition at line 259 of file TrackInterpolation.h.