CbmRoot
Loading...
Searching...
No Matches
cbm::algo::kf::LinearizationFull< T > Struct Template Reference

#include <KfTrackKalmanFilter.h>

Inheritance diagram for cbm::algo::kf::LinearizationFull< T >:
[legend]

Public Member Functions

 LinearizationFull ()=default
 
 LinearizationFull (const TrackParam< T > p)
 

Public Attributes

x {T(0.)}
 x coordinate at the linearization point
 
y {T(0.)}
 y coordinate at the linearization point
 
tx {T(0.)}
 tx = px/pz at the linearization point
 
ty {T(0.)}
 ty = py/pz at the linearization point
 
qp {T(0.)}
 qp = q/pz at the linearization point
 
time {T(0.)}
 time at the linearization point
 
vi {T(0.)}
 inverse speed at the linearization point
 

Detailed Description

template<typename T>
struct cbm::algo::kf::LinearizationFull< T >

Definition at line 37 of file KfTrackKalmanFilter.h.

Constructor & Destructor Documentation

◆ LinearizationFull() [1/2]

template<typename T>
cbm::algo::kf::LinearizationFull< T >::LinearizationFull ( )
default

◆ LinearizationFull() [2/2]

template<typename T>
cbm::algo::kf::LinearizationFull< T >::LinearizationFull ( const TrackParam< T > p)
inline

Definition at line 39 of file KfTrackKalmanFilter.h.

References qp, time, tx, ty, vi, x, and y.

Member Data Documentation

◆ qp

◆ time

template<typename T>
T cbm::algo::kf::LinearizationFull< T >::time {T(0.)}

◆ tx

◆ ty

◆ vi

template<typename T>
T cbm::algo::kf::LinearizationFull< T >::vi {T(0.)}

◆ x

template<typename T>
T cbm::algo::kf::LinearizationFull< T >::x {T(0.)}

◆ y

template<typename T>
T cbm::algo::kf::LinearizationFull< T >::y {T(0.)}

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