Project
Loading...
Searching...
No Matches
o2::gpu::Spline1DContainer< DataT >::Knot Struct Reference

#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
 

Detailed Description

template<typename DataT>
struct o2::gpu::Spline1DContainer< DataT >::Knot

The struct Knot represents the i-th knot and the segment [knot_i, knot_i+1]

Definition at line 54 of file Spline1DSpec.h.

Member Function Documentation

◆ GPUd()

template<typename DataT >
o2::gpu::Spline1DContainer< DataT >::Knot::GPUd ( ) const
inline

Get u as an integer.

Definition at line 58 of file Spline1DSpec.h.

Member Data Documentation

◆ Li

template<typename DataT >
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.

◆ u

template<typename DataT >
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.


The documentation for this struct was generated from the following file: