![]() |
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 198 of file TrackInterpolation.h.
|
default |
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dy {} |
Definition at line 204 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dz {} |
Definition at line 205 of file TrackInterpolation.h.
std::bitset<param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::flagRej {} |
Definition at line 207 of file TrackInterpolation.h.
float o2::tpc::TrackInterpolation::TrackParams::qpt {0.f} |
Definition at line 200 of file TrackInterpolation.h.
float o2::tpc::TrackInterpolation::TrackParams::tgl {0.f} |
Definition at line 201 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::tglArr {} |
Definition at line 206 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::xTrk {} |
Definition at line 203 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::zTrk {} |
Definition at line 202 of file TrackInterpolation.h.