![]() |
Project
|
Structure for on-the-fly re-calculated track parameters at the validation stage. More...
#include <TrackInterpolation.h>
Public Member Functions | |
| ClassDefNV (ValidationPoint, 1) | |
Public Attributes | |
| float | xTrk {0.f} |
| float | yTrk {0.f} |
| float | zTrk {0.f} |
| float | xLab {0.f} |
| float | yLab {0.f} |
| float | sPath {0.f} |
| float | dy {0.f} |
| float | dz {0.f} |
| float | tglArr {0.f} |
| float | residHelixY {0.f} |
| float | residHelixZ {0.f} |
| float | diffYSmooth {0.f} |
| float | diffZSmooth {0.f} |
| int8_t | sec {0} |
| bool | flagRej {false} |
Structure for on-the-fly re-calculated track parameters at the validation stage.
Definition at line 281 of file TrackInterpolation.h.
| o2::tpc::TrackInterpolation::ValidationPoint::ClassDefNV | ( | ValidationPoint | , |
| 1 | |||
| ) |
| float o2::tpc::TrackInterpolation::ValidationPoint::diffYSmooth {0.f} |
Definition at line 293 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::diffZSmooth {0.f} |
Definition at line 294 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::dy {0.f} |
Definition at line 288 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::dz {0.f} |
Definition at line 289 of file TrackInterpolation.h.
| bool o2::tpc::TrackInterpolation::ValidationPoint::flagRej {false} |
Definition at line 296 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::residHelixY {0.f} |
Definition at line 291 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::residHelixZ {0.f} |
Definition at line 292 of file TrackInterpolation.h.
| int8_t o2::tpc::TrackInterpolation::ValidationPoint::sec {0} |
Definition at line 295 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::sPath {0.f} |
Definition at line 287 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::tglArr {0.f} |
Definition at line 290 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::xLab {0.f} |
Definition at line 285 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::xTrk {0.f} |
Definition at line 282 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::yLab {0.f} |
Definition at line 286 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::yTrk {0.f} |
Definition at line 283 of file TrackInterpolation.h.
| float o2::tpc::TrackInterpolation::ValidationPoint::zTrk {0.f} |
Definition at line 284 of file TrackInterpolation.h.