![]() |
Project
|
Structure which gets filled with the results for each voxel. More...
#include <TrackResiduals.h>
Public Member Functions | |
VoxRes ()=default | |
ClassDefNV (VoxRes, 1) | |
Public Attributes | |
std::array< float, ResDim > | D {} |
values of extracted distortions | |
std::array< float, ResDim > | E {} |
their errors | |
std::array< float, ResDim > | DS {} |
smoothed residual | |
std::array< float, ResDim > | DC {} |
Cheb parameterized residual. | |
float | EXYCorr {0.f} |
correlation between extracted X and Y | |
float | dYSigMAD {0.f} |
MAD estimator of dY sigma (dispersion after slope removal) | |
float | dZSigLTM {0.f} |
Z sigma from unbinned LTM estimator. | |
std::array< float, VoxHDim > | stat {} |
statistics: averages of each voxel dimension + entries | |
std::array< unsigned char, VoxDim > | bvox {} |
voxel identifier: VoxZ, VoxF, VoxX | |
unsigned char | bsec {0} |
sector ID (0-35) | |
unsigned char | flags {0} |
status flag | |
Structure which gets filled with the results for each voxel.
Definition at line 80 of file TrackResiduals.h.
|
default |
o2::tpc::TrackResiduals::VoxRes::ClassDefNV | ( | VoxRes | , |
1 | |||
) |
unsigned char o2::tpc::TrackResiduals::VoxRes::bsec {0} |
sector ID (0-35)
Definition at line 91 of file TrackResiduals.h.
voxel identifier: VoxZ, VoxF, VoxX
Definition at line 90 of file TrackResiduals.h.
std::array<float, ResDim> o2::tpc::TrackResiduals::VoxRes::D {} |
values of extracted distortions
Definition at line 82 of file TrackResiduals.h.
std::array<float, ResDim> o2::tpc::TrackResiduals::VoxRes::DC {} |
Cheb parameterized residual.
Definition at line 85 of file TrackResiduals.h.
std::array<float, ResDim> o2::tpc::TrackResiduals::VoxRes::DS {} |
smoothed residual
Definition at line 84 of file TrackResiduals.h.
float o2::tpc::TrackResiduals::VoxRes::dYSigMAD {0.f} |
MAD estimator of dY sigma (dispersion after slope removal)
Definition at line 87 of file TrackResiduals.h.
float o2::tpc::TrackResiduals::VoxRes::dZSigLTM {0.f} |
Z sigma from unbinned LTM estimator.
Definition at line 88 of file TrackResiduals.h.
std::array<float, ResDim> o2::tpc::TrackResiduals::VoxRes::E {} |
their errors
Definition at line 83 of file TrackResiduals.h.
float o2::tpc::TrackResiduals::VoxRes::EXYCorr {0.f} |
correlation between extracted X and Y
Definition at line 86 of file TrackResiduals.h.
unsigned char o2::tpc::TrackResiduals::VoxRes::flags {0} |
status flag
Definition at line 92 of file TrackResiduals.h.
std::array<float, VoxHDim> o2::tpc::TrackResiduals::VoxRes::stat {} |
statistics: averages of each voxel dimension + entries
Definition at line 89 of file TrackResiduals.h.