|
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 |
|
friend |
Definition at line 32 of file CaTrack.h.
References boost::serialization::access.
Referenced by boost::serialization::access.
| int cbm::algo::ca::Track::fNofHits {kfdefs::Undef<int>} |
Number of hits in track.
Definition at line 46 of file CaTrack.h.
Referenced by CbmL1::IdealTrackFinder(), cbm::algo::ca::TrackFinderWindow::SelectTracks(), and serialize().
| TrackParam_t cbm::algo::ca::Track::fParFirst |
Track parameters on the first station.
Definition at line 48 of file CaTrack.h.
Referenced by CbmL1::IdealTrackFinder(), cbm::algo::evbuild::V0Trigger::Select(), and serialize().
| TrackParam_t cbm::algo::ca::Track::fParLast |
Track parameters on the last station.
Definition at line 49 of file CaTrack.h.
Referenced by cbm::algo::evbuild::V0Trigger::Select(), and serialize().
| TrackParam_t cbm::algo::ca::Track::fParPV |
Track parameters in the primary vertex.
Definition at line 50 of file CaTrack.h.
Referenced by cbm::algo::evbuild::V0Trigger::Select(), and serialize().