|
CbmRoot
|
Class representing an output track in the CA tracking algorithm. More...
#include <CaTrack.h>
Public Types | |
| using | TrackParam_t = cbm::algo::kf::TrackParamS |
Public Member Functions | |
| Track ()=default | |
| template<class Archive> | |
| void | serialize (Archive &ar, const unsigned int) |
Public Attributes | |
| int | fNofHits {kfdefs::Undef<int>} |
| Number of hits in track. | |
| TrackParam_t | fParFirst |
| Track parameters on the first station. | |
| TrackParam_t | fParLast |
| Track parameters on the last station. | |
| TrackParam_t | fParPV |
| Track parameters in the primary vertex. | |
Friends | |
| class | boost::serialization::access |
Class representing an output track in the CA tracking algorithm.
Track parameters vector: {x, y, tx, ty, q/p, z, t, vi} Covariation matrix: C[20] (C55) corresponds to the time variance
|
default |
|
inline |
| int cbm::algo::ca::Track::fNofHits {kfdefs::Undef<int>} |
| TrackParam_t cbm::algo::ca::Track::fParFirst |
| TrackParam_t cbm::algo::ca::Track::fParLast |
| TrackParam_t cbm::algo::ca::Track::fParPV |