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