![]() |
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 172 of file TrackInterpolation.h.
|
default |
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dy {} |
Definition at line 178 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::dz {} |
Definition at line 179 of file TrackInterpolation.h.
std::bitset<param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::flagRej {} |
Definition at line 181 of file TrackInterpolation.h.
float o2::tpc::TrackInterpolation::TrackParams::qpt {0.f} |
Definition at line 174 of file TrackInterpolation.h.
float o2::tpc::TrackInterpolation::TrackParams::tgl {0.f} |
Definition at line 175 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::tglArr {} |
Definition at line 180 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::xTrk {} |
Definition at line 177 of file TrackInterpolation.h.
std::array<float, param::NPadRows> o2::tpc::TrackInterpolation::TrackParams::zTrk {} |
Definition at line 176 of file TrackInterpolation.h.