BOSS 7.0.8
BESIII Offline Software System
|
#include <MucRecLineFit.h>
Public Member Functions | |
MucRecLineFit () | |
Constructor. | |
~MucRecLineFit () | |
Destructor. | |
int | LineFit (float x[], float y[], float w[], int n, float *a, float *b, float *chisq, float *siga, float *sigb) |
int | LineFit (float x[], float y[], float w[], int part, int seg, int orient, int n, float *a, float *b, float *chisq, float *siga, float *sigb) |
Definition at line 15 of file MucRecLineFit.h.
MucRecLineFit::MucRecLineFit | ( | ) |
MucRecLineFit::~MucRecLineFit | ( | ) |
int MucRecLineFit::LineFit | ( | float | x[], |
float | y[], | ||
float | w[], | ||
int | n, | ||
float * | a, | ||
float * | b, | ||
float * | chisq, | ||
float * | siga, | ||
float * | sigb | ||
) |
Definition at line 176 of file MucRecLineFit.cxx.
Referenced by MucRec2DRoad::Fit(), LineFit(), MucRec2DRoad::SimpleFit(), and MucRec2DRoad::SimpleFitNoCurrentGap().
int MucRecLineFit::LineFit | ( | float | x[], |
float | y[], | ||
float | w[], | ||
int | part, | ||
int | seg, | ||
int | orient, | ||
int | n, | ||
float * | a, | ||
float * | b, | ||
float * | chisq, | ||
float * | siga, | ||
float * | sigb | ||
) |
Definition at line 67 of file MucRecLineFit.cxx.