![]() |
Project
|
The struct contains necessary info for TPC padrow. More...
#include <TPCFastSpaceChargeCorrection.h>
Public Member Functions | |
ClassDefNV (RowInfo, 1) | |
Public Attributes | |
int32_t | splineScenarioID {0} |
scenario index (which of Spline2D splines to use) | |
size_t | dataOffsetBytes [3] {0} |
offset for the spline data withing a TPC slice | |
The struct contains necessary info for TPC padrow.
Definition at line 45 of file TPCFastSpaceChargeCorrection.h.
o2::gpu::TPCFastSpaceChargeCorrection::RowInfo::ClassDefNV | ( | RowInfo | , |
1 | |||
) |
size_t o2::gpu::TPCFastSpaceChargeCorrection::RowInfo::dataOffsetBytes[3] {0} |
offset for the spline data withing a TPC slice
Definition at line 47 of file TPCFastSpaceChargeCorrection.h.
int32_t o2::gpu::TPCFastSpaceChargeCorrection::RowInfo::splineScenarioID {0} |
scenario index (which of Spline2D splines to use)
Definition at line 46 of file TPCFastSpaceChargeCorrection.h.