![]() |
Project
|
#include <TrackInterpolation.h>
Public Member Functions | |
UnbinnedResid ()=default | |
UnbinnedResid (float dyIn, float dzIn, float tgSlpIn, float yIn, float zIn, unsigned char rowIn, unsigned char secIn) | |
ClassDefNV (UnbinnedResid, 1) | |
Public Attributes | |
short | dy |
residual in y | |
short | dz |
residual in z | |
short | tgSlp |
tan of the phi angle between padrow and track | |
short | y |
y position of the track, needed for binning | |
short | z |
z position of the track, needed for binning | |
unsigned char | row |
TPC pad row. | |
unsigned char | sec |
TPC sector (0..35) | |
This struct is used to store the unbinned TPC cluster residuals in a compact way (this is the data type which will be sent from the EPNs to the aggregator)
Definition at line 68 of file TrackInterpolation.h.
|
default |
|
inline |
Definition at line 70 of file TrackInterpolation.h.
o2::tpc::UnbinnedResid::ClassDefNV | ( | UnbinnedResid | , |
1 | |||
) |
short o2::tpc::UnbinnedResid::dy |
residual in y
Definition at line 77 of file TrackInterpolation.h.
short o2::tpc::UnbinnedResid::dz |
residual in z
Definition at line 78 of file TrackInterpolation.h.
unsigned char o2::tpc::UnbinnedResid::row |
TPC pad row.
Definition at line 82 of file TrackInterpolation.h.
unsigned char o2::tpc::UnbinnedResid::sec |
TPC sector (0..35)
Definition at line 83 of file TrackInterpolation.h.
short o2::tpc::UnbinnedResid::tgSlp |
tan of the phi angle between padrow and track
Definition at line 79 of file TrackInterpolation.h.
short o2::tpc::UnbinnedResid::y |
y position of the track, needed for binning
Definition at line 80 of file TrackInterpolation.h.
short o2::tpc::UnbinnedResid::z |
z position of the track, needed for binning
Definition at line 81 of file TrackInterpolation.h.