![]() |
Project
|
Internal struct used to store the unbinned TPC cluster residuals with float values. More...
#include <TrackInterpolation.h>
Public Member Functions | |
ClassDefNV (TPCClusterResiduals, 4) | |
Public Attributes | |
float | dy {} |
residual in Y | |
float | dz {} |
residual in Z | |
float | y {} |
Y position of track. | |
float | z {} |
Z position of track. | |
float | snp {} |
sin of the phi angle between padrow and track | |
unsigned char | sec {} |
sector number 0..35 | |
unsigned char | dRow {} |
distance to previous row in units of pad rows | |
Internal struct used to store the unbinned TPC cluster residuals with float values.
Definition at line 55 of file TrackInterpolation.h.
o2::tpc::TPCClusterResiduals::ClassDefNV | ( | TPCClusterResiduals | , |
4 | |||
) |
unsigned char o2::tpc::TPCClusterResiduals::dRow {} |
distance to previous row in units of pad rows
Definition at line 62 of file TrackInterpolation.h.
float o2::tpc::TPCClusterResiduals::dy {} |
residual in Y
Definition at line 56 of file TrackInterpolation.h.
float o2::tpc::TPCClusterResiduals::dz {} |
residual in Z
Definition at line 57 of file TrackInterpolation.h.
unsigned char o2::tpc::TPCClusterResiduals::sec {} |
sector number 0..35
Definition at line 61 of file TrackInterpolation.h.
float o2::tpc::TPCClusterResiduals::snp {} |
sin of the phi angle between padrow and track
Definition at line 60 of file TrackInterpolation.h.
float o2::tpc::TPCClusterResiduals::y {} |
Y position of track.
Definition at line 58 of file TrackInterpolation.h.
float o2::tpc::TPCClusterResiduals::z {} |
Z position of track.
Definition at line 59 of file TrackInterpolation.h.