CbmRoot
Loading...
Searching...
No Matches
cbm::algo::ca::Track Class Reference

Class representing an output track in the CA tracking algorithm. More...

#include <CaTrack.h>

Collaboration diagram for cbm::algo::ca::Track:
[legend]

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
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Track()

cbm::algo::ca::Track::Track ( )
default

Member Function Documentation

◆ serialize()

template<class Archive >
void cbm::algo::ca::Track::serialize ( Archive & ar,
const unsigned int  )
inline

Definition at line 35 of file CaTrack.h.

References fNofHits, fParFirst, fParLast, and fParPV.

Friends And Related Symbol Documentation

◆ boost::serialization::access

friend class boost::serialization::access
friend

Definition at line 30 of file CaTrack.h.

Member Data Documentation

◆ fNofHits

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().

◆ fParFirst

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().

◆ fParLast

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().

◆ fParPV

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().


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