Project
Loading...
Searching...
No Matches
TrackFitter.h File Reference

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)
 

Detailed Description

Definition of a class to fit a track to a set of clusters.

Author
Philippe Pillot, Subatech; adapted by Rafael Pezzi, UFRGS

Definition in file TrackFitter.h.