Project
Loading...
Searching...
No Matches
o2::gpu::Spline1DHelperOld< DataT >::DataPoint Struct Reference

Helper structure for 1D spline construction. More...

#include <Spline1DHelperOld.h>

Public Attributes

double u
 u coordinate
 
double cS0
 a coefficient for s0
 
double cZ0
 a coefficient for s'0
 
double cS1
 a coefficient for s1
 
double cZ1
 a coefficient for s'1
 
int32_t iKnot
 index of the left knot of the segment
 
bool isKnot
 is the point placed at a knot
 

Detailed Description

template<typename DataT>
struct o2::gpu::Spline1DHelperOld< DataT >::DataPoint

Helper structure for 1D spline construction.

Definition at line 43 of file Spline1DHelperOld.h.

Member Data Documentation

◆ cS0

template<typename DataT >
double o2::gpu::Spline1DHelperOld< DataT >::DataPoint::cS0

a coefficient for s0

Definition at line 45 of file Spline1DHelperOld.h.

◆ cS1

template<typename DataT >
double o2::gpu::Spline1DHelperOld< DataT >::DataPoint::cS1

a coefficient for s1

Definition at line 47 of file Spline1DHelperOld.h.

◆ cZ0

template<typename DataT >
double o2::gpu::Spline1DHelperOld< DataT >::DataPoint::cZ0

a coefficient for s'0

Definition at line 46 of file Spline1DHelperOld.h.

◆ cZ1

template<typename DataT >
double o2::gpu::Spline1DHelperOld< DataT >::DataPoint::cZ1

a coefficient for s'1

Definition at line 48 of file Spline1DHelperOld.h.

◆ iKnot

template<typename DataT >
int32_t o2::gpu::Spline1DHelperOld< DataT >::DataPoint::iKnot

index of the left knot of the segment

Definition at line 49 of file Spline1DHelperOld.h.

◆ isKnot

template<typename DataT >
bool o2::gpu::Spline1DHelperOld< DataT >::DataPoint::isKnot

is the point placed at a knot

Definition at line 50 of file Spline1DHelperOld.h.

◆ u

template<typename DataT >
double o2::gpu::Spline1DHelperOld< DataT >::DataPoint::u

u coordinate

Definition at line 44 of file Spline1DHelperOld.h.


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