![]() |
Project
|
Structure for on-the-fly re-calculated track parameters at the validation stage. More...
#include <TrackInterpolation.h>
Public Member Functions | |
| TrackParams ()=default | |
Public Attributes | |
| float | qpt {0.f} |
| float | tgl {0.f} |
| std::array< float, param::NPadRows > | zTrk {} |
| std::array< float, param::NPadRows > | xTrk {} |
| std::array< float, param::NPadRows > | dy {} |
| std::array< float, param::NPadRows > | dz {} |
| std::array< float, param::NPadRows > | tglArr {} |
| std::bitset< param::NPadRows > | flagRej {} |
Structure for on-the-fly re-calculated track parameters at the validation stage.
Definition at line 272 of file TrackInterpolation.h.
|
default |
| std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dy {} |
Definition at line 278 of file TrackInterpolation.h.
| std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dz {} |
Definition at line 279 of file TrackInterpolation.h.
| std::bitset<param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::flagRej {} |
Definition at line 281 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::TrackParams::qpt {0.f} |
Definition at line 274 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::TrackParams::tgl {0.f} |
Definition at line 275 of file TrackInterpolation.h.
| std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::tglArr {} |
Definition at line 280 of file TrackInterpolation.h.
| std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::xTrk {} |
Definition at line 277 of file TrackInterpolation.h.
| std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::zTrk {} |
Definition at line 276 of file TrackInterpolation.h.