1 #ifndef _SQTRACKLETFITTER_H
2 #define _SQTRACKLETFITTER_H
4 #include <Math/Factory.h>
5 #include <Math/Minimizer.h>
6 #include <Math/Functor.h>
24 double getChi2() {
return minimizer->MinValue();}
35 double invP_min, invP_max;
38 unsigned int nParameters;
39 ROOT::Math::Minimizer* minimizer;
40 ROOT::Math::Functor fcn;
double getParameter(int idx)
retrieve the fit parameter value and error
double getChi2()
retrieve the chi2
SQTrackletFitter(bool KMAG_ON=true)
int fit(Tracklet &tracklet)
core function - fit the tracklet and return the fit status
double getParaError(int idx)