LArSoft
v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "LinFitAlg.h"
Public Member Functions | |
LinFitAlg () | |
virtual | ~LinFitAlg () |
void | LinFit (std::vector< float > &x, std::vector< float > &y, std::vector< float > &ey2, float &Intercept, float &Slope, float &InterceptError, float &SlopeError, float &ChiDOF) |
Definition at line 20 of file LinFitAlg.h.
trkf::LinFitAlg::LinFitAlg | ( | ) |
Definition at line 21 of file LinFitAlg.cxx.
|
virtual |
Definition at line 23 of file LinFitAlg.cxx.
void trkf::LinFitAlg::LinFit | ( | std::vector< float > & | x, |
std::vector< float > & | y, | ||
std::vector< float > & | ey2, | ||
float & | Intercept, | ||
float & | Slope, | ||
float & | InterceptError, | ||
float & | SlopeError, | ||
float & | ChiDOF | ||
) |
Definition at line 26 of file LinFitAlg.cxx.
Referenced by tca::TrajClusterAlg::ChkStop(), and tca::TrajClusterAlg::MakeJunkTraj().