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

Implementation of a class to fit a track to a set of clusters. More...

#include "MFTBase/Constants.h"
#include "MFTTracking/TrackFitter.h"
#include "MFTTracking/TrackCA.h"
#include "MFTTracking/Cluster.h"
#include "DataFormatsMFT/TrackMFT.h"
#include "SimulationDataFormat/MCCompLabel.h"
#include "ITSMFTReconstruction/ChipMappingMFT.h"
#include <stdexcept>
#include <TMath.h>
#include <TMatrixD.h>
#include <TF1.h>
#include <TF2.h>
#include "CommonConstants/MathConstants.h"
#include "MathUtils/fit.h"
#include "MathUtils/Utils.h"

Go to the source code of this file.

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

Implementation 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.cxx.