![]() |
Project
|
Class to fit a forward track to a set of clusters. More...
#include <TrackFitter.h>
Public Member Functions | |
| TrackFitter ()=default | |
| ~TrackFitter ()=default | |
| TrackFitter (const TrackFitter &)=delete | |
| TrackFitter & | operator= (const TrackFitter &)=delete |
| TrackFitter (TrackFitter &&)=delete | |
| TrackFitter & | operator= (TrackFitter &&)=delete |
| void | setBz (float bZ) |
| void | setMFTRadLength (float MFT_x2X0) |
| void | setVerbosity (bool v) |
| void | setTrackModel (Int_t m) |
| auto & | getTrackModel () const |
| void | setAlignResiduals (Float_t res) |
| bool | initTrack (T &track, bool outward=false) |
| bool | fit (T &track, bool outward=false) |
Static Public Member Functions | |
| static constexpr double | getMaxChi2 () |
| Return the maximum chi2 above which the track can be considered as abnormal. | |
Class to fit a forward track to a set of clusters.
Definition at line 34 of file TrackFitter.h.
|
default |
|
default |
|
delete |
|
delete |
| bool o2::mft::TrackFitter< T >::fit | ( | T & | track, |
| bool | outward = false |
||
| ) |
Fit a track using its attached clusters Returns false in case of failure
Definition at line 42 of file TrackFitter.cxx.
|
inlinestaticconstexpr |
Return the maximum chi2 above which the track can be considered as abnormal.
Definition at line 60 of file TrackFitter.h.
|
inline |
Definition at line 53 of file TrackFitter.h.
| bool o2::mft::TrackFitter< T >::initTrack | ( | T & | track, |
| bool | outward = false |
||
| ) |
Compute the initial track parameters to seed the Kalman filter
Compute the initial track parameters to seed the Kalman filter
Definition at line 82 of file TrackFitter.cxx.
|
delete |
|
delete |
|
inline |
Definition at line 54 of file TrackFitter.h.
|
inline |
Definition at line 49 of file TrackFitter.h.
|
inline |
Definition at line 50 of file TrackFitter.h.
|
inline |
Definition at line 52 of file TrackFitter.h.
|
inline |
Definition at line 51 of file TrackFitter.h.