1 #ifndef __MvtxStandaloneTracking_h__
2 #define __MvtxStandaloneTracking_h__
21 std::vector<double>
dx;
22 std::vector<double>
dz;
66 TVectorD
SolveGLS(TMatrixD &
X, TVectorD &
y, TMatrixD &
L);
69 double CalcSlope(
double x0,
double y0,
double x1,
double y1);
93 #endif //__MvtxStandaloneTracking_h__#