![]() |
Project
|
#include <TrackResiduals.h>
Public Member Functions | |
LocalResid ()=default | |
LocalResid (short dyIn, short dzIn, short tgSlpIn, std::array< unsigned char, VoxDim > bvoxIn) | |
ClassDefNV (LocalResid, 1) | |
Public Attributes | |
short | dy {0} |
residual in y, ranges from -param::sMaxResid to +param::sMaxResid | |
short | dz {0} |
residual in z, ranges from -param::sMaxResid to +param::sMaxResid | |
short | tgSlp {0} |
tangens of the phi angle between padrow and track, ranges from -param::MaxTgSlp to +param::MaxTgSlp | |
std::array< unsigned char, VoxDim > | bvox {} |
voxel identifier: VoxZ, VoxF, VoxX | |
Structure for local residuals (y/z position, dip angle, voxel identifier) after binning -> this is what will be written by the TPC residual aggregator device
Definition at line 98 of file TrackResiduals.h.
|
default |
|
inline |
Definition at line 100 of file TrackResiduals.h.
o2::tpc::TrackResiduals::LocalResid::ClassDefNV | ( | LocalResid | , |
1 | |||
) |
voxel identifier: VoxZ, VoxF, VoxX
Definition at line 104 of file TrackResiduals.h.
short o2::tpc::TrackResiduals::LocalResid::dy {0} |
residual in y, ranges from -param::sMaxResid to +param::sMaxResid
Definition at line 101 of file TrackResiduals.h.
short o2::tpc::TrackResiduals::LocalResid::dz {0} |
residual in z, ranges from -param::sMaxResid to +param::sMaxResid
Definition at line 102 of file TrackResiduals.h.
short o2::tpc::TrackResiduals::LocalResid::tgSlp {0} |
tangens of the phi angle between padrow and track, ranges from -param::MaxTgSlp to +param::MaxTgSlp
Definition at line 103 of file TrackResiduals.h.