CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <DotsConnection.h>
Public Member Functions | |
int | dotIdx (int i) |
Public Attributes | |
unsigned int | id |
unsigned int | idInGood |
dot * | dots [NUMBER_OF_DOTS_PER_CELL] |
vector< Line > | vecFittedLine |
int | best_line_index |
set< int > | set_dotIdx |
set< int > | set_inEdge |
set< int > | set_outEdge |
set< int > | set_fwdCell |
double | state |
int | color |
Definition at line 231 of file DotsConnection.h.
|
inline |
Definition at line 254 of file DotsConnection.h.
int DotsConnection::cell::best_line_index |
Definition at line 240 of file DotsConnection.h.
int DotsConnection::cell::color |
Definition at line 251 of file DotsConnection.h.
Referenced by DotsConnection::CellAutomaton(), and DotsConnection::stateAutomaton().
dot* DotsConnection::cell::dots[NUMBER_OF_DOTS_PER_CELL] |
Definition at line 235 of file DotsConnection.h.
Referenced by DotsConnection::CellAutomaton(), DotsConnection::forward(), DotsConnection::getMdcDigiVec(), DotsConnection::isNeighbour(), DotsConnection::makeDotCellEdge(), DotsConnection::makeEdge(), DotsConnection::numSharedDots(), and DotsConnection::print().
unsigned int DotsConnection::cell::id |
Definition at line 232 of file DotsConnection.h.
Referenced by DotsConnection::CellAutomaton(), DotsConnection::makeDotCellEdge(), DotsConnection::makeEdge(), DotsConnection::nextCellFinding(), DotsConnection::print(), and DotsConnection::stateAutomaton().
unsigned int DotsConnection::cell::idInGood |
Definition at line 233 of file DotsConnection.h.
set<int> DotsConnection::cell::set_dotIdx |
Definition at line 244 of file DotsConnection.h.
Referenced by dotIdx().
set<int> DotsConnection::cell::set_fwdCell |
Definition at line 248 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge().
set<int> DotsConnection::cell::set_inEdge |
Definition at line 246 of file DotsConnection.h.
Referenced by DotsConnection::CellAutomaton(), and DotsConnection::makeDotCellEdge().
set<int> DotsConnection::cell::set_outEdge |
Definition at line 247 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), DotsConnection::nextCellFinding(), and DotsConnection::stateAutomaton().
double DotsConnection::cell::state |
Definition at line 250 of file DotsConnection.h.
Referenced by DotsConnection::CellAutomaton(), DotsConnection::nextCellFinding(), and DotsConnection::stateAutomaton().
vector<Line> DotsConnection::cell::vecFittedLine |
Definition at line 239 of file DotsConnection.h.
Referenced by DotsConnection::CellAutomaton(), and DotsConnection::makeEdge().