7#include "FairTrackParam.h"
31 for (Int_t i = 0; i < 5; i++) {
32 for (Int_t j = 0; j <= i; j++) {
33 t.
C(i, j) = par.GetCovariance(i, j);
52 for (Int_t i = 0; i < 5; i++) {
53 for (Int_t j = 0; j <= i; j++) {
54 par.SetCovariance(i, j, t.
C(i, j));
Common constant definitions for the Kalman Filter library.
T Ndf() const
Gets NDF of track fit model.
T Vi() const
Gets inverse velocity [ns/cm].
T NdfTime() const
Gets NDF of time measurements.
T GetTy() const
Gets slope along y-axis.
T GetZ() const
Gets z position [cm].
T ChiSq() const
Gets Chi-square of track fit model.
T Tx() const
Gets slope along x-axis.
T X() const
Gets x position [cm].
T ChiSqTime() const
Gets Chi-square of time measurements.
T GetTx() const
Gets slope along x-axis.
T GetQp() const
Gets charge over momentum [ec/GeV].
T Y() const
Gets y position [cm].
T Qp() const
Gets charge over momentum [ec/GeV].
T Z() const
Gets z position [cm].
T Time() const
Gets time [ns].
T GetY() const
Gets y position [cm].
T C(int i, int j) const
Get covariance matrix element.
CovMatrix_t & CovMatrix()
Reference to covariance matrix.
T Ty() const
Gets slope along y-axis.
T GetX() const
Gets x position [cm].
constexpr auto SpeedOfLightInv
Inverse speed of light [ns/cm].
cbm::algo::kf::TrackParamD ConvertTrackParam(const FairTrackParam &par)
copy fair track param to Ca track param