CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <DotsConnection.h>
Public Types | |
enum | dotStatus { Prev =0 , Next =1 , Common =2 } |
Public Attributes | |
unsigned | id |
pair< int, int > | twoCells |
pair< int, int > | twoLines |
set< int > | set_dotIdx |
vector< dot * > | dots |
vector< dotStatus > | vDotStatus |
vector< Line > | vecFittedLine |
int | best_line_index |
Definition at line 294 of file DotsConnection.h.
Enumerator | |
---|---|
Prev | |
Next | |
Common |
Definition at line 299 of file DotsConnection.h.
int DotsConnection::edge::best_line_index |
Definition at line 308 of file DotsConnection.h.
vector<dot*> DotsConnection::edge::dots |
Definition at line 304 of file DotsConnection.h.
Referenced by DotsConnection::getMdcDigiVec(), DotsConnection::makeEdge(), and DotsConnection::nextCellFinding().
unsigned DotsConnection::edge::id |
Definition at line 295 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge().
set<int> DotsConnection::edge::set_dotIdx |
Definition at line 298 of file DotsConnection.h.
pair<int,int> DotsConnection::edge::twoCells |
Definition at line 296 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), and DotsConnection::makeEdge().
pair<int,int> DotsConnection::edge::twoLines |
Definition at line 297 of file DotsConnection.h.
Referenced by DotsConnection::makeEdge().
vector<dotStatus> DotsConnection::edge::vDotStatus |
Definition at line 305 of file DotsConnection.h.
vector<Line> DotsConnection::edge::vecFittedLine |
Definition at line 307 of file DotsConnection.h.
Referenced by DotsConnection::makeEdge(), and DotsConnection::nextCellFinding().