![]() |
Project
|
Definition of a class to fit a track to a set of clusters. More...
#include "MFTTracking/Cluster.h"
#include "MFTTracking/TrackCA.h"
#include "MFTTracking/MFTTrackingParam.h"
#include "DataFormatsMFT/TrackMFT.h"
#include <TLinearFitter.h>
#include <list>
Go to the source code of this file.
Classes | |
class | o2::mft::TrackFitter< T > |
Class to fit a forward track to a set of clusters. More... | |
Namespaces | |
namespace | o2 |
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects | |
namespace | o2::mft |
Functions | |
template<typename T > | |
Double_t | o2::mft::invQPtFromFCF (const T &track, Double_t bFieldZ, Double_t &chi2) |
Bool_t | o2::mft::LinearRegression (Int_t nVal, std::vector< double > &xVal, std::vector< double > &yVal, std::vector< double > &yErr, Double_t &a, Double_t &ae, Double_t &b, Double_t &be) |
Definition of a class to fit a track to a set of clusters.
Definition in file TrackFitter.h.