![]() |
Project
|
#include <Spline1DSpec.h>
Public Member Functions | |
| GPUd () int32_t getU() const | |
| Get u as an integer. | |
Public Attributes | |
| DataT | u |
| u coordinate of the knot i (an integer number in float format) | |
| DataT | Li |
The struct Knot represents the i-th knot and the segment [knot_i, knot_i+1]
Definition at line 54 of file Spline1DSpec.h.
|
inline |
Get u as an integer.
Definition at line 58 of file Spline1DSpec.h.
| DataT o2::gpu::Spline1DContainer< DataT >::Knot::Li |
inverse length of the [knot_i, knot_{i+1}] segment ( == 1./ a (small) integer )
Definition at line 56 of file Spline1DSpec.h.
| DataT o2::gpu::Spline1DContainer< DataT >::Knot::u |
u coordinate of the knot i (an integer number in float format)
Definition at line 55 of file Spline1DSpec.h.