![]() |
Project
|
Implementation of the TrackResiduals class. More...
#include "SpacePoints/TrackResiduals.h"#include "CommonConstants/MathConstants.h"#include "ReconstructionDataFormats/Track.h"#include "MathUtils/fit.h"#include "TMatrixDSym.h"#include "TDecompChol.h"#include "TVectorD.h"#include <cmath>#include <cstring>#include <algorithm>#include "TStopwatch.h"#include "TSystem.h"#include <iostream>#include <fstream>#include <limits>#include <iomanip>#include <fairlogger/Logger.h>Go to the source code of this file.
Functions | |
| void | fitCircle (int nCl, std::array< float, param::NPadRows > &x, std::array< float, param::NPadRows > &y, float &xc, float &yc, float &r, std::array< float, param::NPadRows > &residHelixY) |
Implementation of the TrackResiduals class.
Definition in file TrackResiduals.cxx.
| void fitCircle | ( | int | nCl, |
| std::array< float, param::NPadRows > & | x, | ||
| std::array< float, param::NPadRows > & | y, | ||
| float & | xc, | ||
| float & | yc, | ||
| float & | r, | ||
| std::array< float, param::NPadRows > & | residHelixY | ||
| ) |
Definition at line 1462 of file TrackResiduals.cxx.