CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <DotsConnection.h>
Public Attributes | |
double | a |
double | b |
double | rho |
double | theta |
vector< int > | LR |
vector< double > | S |
vector< int > | order |
double | chi2_hit [NUMBER_OF_DOTS_PER_CELL] |
double | chi2 |
Definition at line 196 of file DotsConnection.h.
double Line::a |
Definition at line 197 of file DotsConnection.h.
double Line::b |
Definition at line 197 of file DotsConnection.h.
double Line::chi2 |
Definition at line 204 of file DotsConnection.h.
double Line::chi2_hit[NUMBER_OF_DOTS_PER_CELL] |
Definition at line 203 of file DotsConnection.h.
vector<int> Line::LR |
Definition at line 200 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), and DotsConnection::makeEdge().
vector<int> Line::order |
Definition at line 202 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), DotsConnection::makeEdge(), and DotsConnection::makeOrder().
double Line::rho |
Definition at line 198 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), and DotsConnection::makeEdge().
vector<double> Line::S |
Definition at line 201 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), DotsConnection::makeEdge(), and DotsConnection::makeOrder().
double Line::theta |
Definition at line 198 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), and DotsConnection::makeEdge().