|
BOSS 7.1.3
BESIII Offline Software System
|
#include <MdcLine.h>
Public Member Functions | |
| MdcLine (int n) | |
| ~MdcLine () | |
| int | fit (int nUse) |
Public Attributes | |
| double * | x |
| double * | y |
| double * | sigma |
| double * | resid |
| int | nPoint |
| double | slope |
| double | intercept |
| double | chisq |
| double | errmat [3] |
|
inline |
| int MdcLine::fit | ( | int | nUse | ) |
Definition at line 10 of file MdcLine.cxx.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), and MdcSegInfoSterO::calcStereo().
| double MdcLine::chisq |
Definition at line 22 of file MdcLine.h.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), fit(), and MdcSeg::setValues().
| double MdcLine::errmat[3] |
Definition at line 23 of file MdcLine.h.
Referenced by MdcSeg::addHits(), fit(), and MdcSeg::setValues().
| double MdcLine::intercept |
Definition at line 21 of file MdcLine.h.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), MdcSegInfoSterO::calcStereo(), fit(), and MdcSeg::setValues().
| int MdcLine::nPoint |
Definition at line 19 of file MdcLine.h.
Referenced by MdcSegGrouper::calcParByHits(), fit(), and MdcLine().
| double* MdcLine::resid |
Definition at line 18 of file MdcLine.h.
Referenced by fit(), MdcLine(), and ~MdcLine().
| double* MdcLine::sigma |
Definition at line 17 of file MdcLine.h.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), MdcSegInfoSterO::calcStereo(), fit(), MdcLine(), MdcSegInfoSterO::zPosition(), and ~MdcLine().
| double MdcLine::slope |
Definition at line 20 of file MdcLine.h.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), MdcSegInfoSterO::calcStereo(), fit(), and MdcSeg::setValues().
| double* MdcLine::x |
Definition at line 15 of file MdcLine.h.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), MdcSegInfoSterO::calcStereo(), fit(), MdcLine(), MdcSegInfoSterO::zPosition(), and ~MdcLine().
| double* MdcLine::y |
Definition at line 16 of file MdcLine.h.
Referenced by MdcSeg::addHits(), MdcSegGrouper::calcParByHits(), fit(), MdcLine(), MdcSegInfoSterO::zPosition(), and ~MdcLine().