CbmRoot
|
Class representing an output track in the CA tracking algorithm. More...
#include <CaTrack.h>
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. | |
cbm::algo::kf::TrackParamS | fParFirst |
Track parameters on the first station. | |
cbm::algo::kf::TrackParamS | fParLast |
Track parameters on the last station. | |
cbm::algo::kf::TrackParamS | 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>} |
Number of hits in track.
Definition at line 44 of file CaTrack.h.
Referenced by CbmL1::IdealTrackFinder(), cbm::algo::ca::TrackFinderWindow::SelectTracks(), and serialize().
cbm::algo::kf::TrackParamS cbm::algo::ca::Track::fParFirst |
Track parameters on the first station.
Definition at line 46 of file CaTrack.h.
Referenced by CbmL1::IdealTrackFinder(), cbm::algo::evbuild::V0Trigger::Select(), and serialize().
cbm::algo::kf::TrackParamS cbm::algo::ca::Track::fParLast |
Track parameters on the last station.
Definition at line 47 of file CaTrack.h.
Referenced by cbm::algo::evbuild::V0Trigger::Select(), and serialize().
cbm::algo::kf::TrackParamS cbm::algo::ca::Track::fParPV |
Track parameters in the primary vertex.
Definition at line 48 of file CaTrack.h.
Referenced by cbm::algo::evbuild::V0Trigger::Select(), and serialize().