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