CGEM BOSS 6.6.5.f
BESIII Offline Software System
|
#include <HoughZsFit.h>
Public Attributes | |
double | _k |
double | _b |
double | _chi |
std::vector< HoughRecHit > | _pointCol |
std::vector< int > | _ambig |
std::vector< HoughRecHit * > | _clusterCol |
Definition at line 10 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h.
std::vector< int > HoughZsFit::Line::_ambig |
Definition at line 16 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h.
Referenced by HoughZsFit::cgemfit(), and HoughZsFit::doit().
double HoughZsFit::Line::_b |
Definition at line 12 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h.
Referenced by HoughZsFit::cgemfit(), HoughZsFit::doit(), and HoughZsFit::leastFit().
double HoughZsFit::Line::_chi |
Definition at line 13 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h.
Referenced by HoughZsFit::cgemfit(), compare_zsfit(), HoughZsFit::doit(), and HoughZsFit::leastFit().
std::vector< HoughRecHit * > HoughZsFit::Line::_clusterCol |
Definition at line 17 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h.
Referenced by HoughZsFit::doit().
double HoughZsFit::Line::_k |
Definition at line 11 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h.
Referenced by HoughZsFit::cgemfit(), HoughZsFit::doit(), and HoughZsFit::leastFit().
std::vector< HoughRecHit > HoughZsFit::Line::_pointCol |
Definition at line 15 of file InstallArea/include/MdcHoughFinder/MdcHoughFinder/HoughZsFit.h.
Referenced by HoughZsFit::cgemfit(), HoughZsFit::doit(), and HoughZsFit::leastFit().