CGEM BOSS 6.6.5.i
BESIII Offline Software System
|
#include <DotsConnection.h>
Classes | |
union | DigiPtr |
Public Types | |
enum | DetectorEnum { MDC =0 , CGEM =1 , NUL_DETECTOR =-3 } |
Public Attributes | |
DetectorEnum | detector |
DigiPtr | digi |
int | stereo |
int | layer |
int | id |
vector< int > | vecCellIdx |
vector< int > | vecGoodCellIdx [2] |
vector< int > | trkId |
int | cluId |
Definition at line 163 of file DotsConnection.h.
enum dot::DetectorEnum |
Enumerator | |
---|---|
MDC | |
CGEM | |
NUL_DETECTOR |
Definition at line 164 of file DotsConnection.h.
int dot::cluId |
Definition at line 191 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge().
DetectorEnum dot::detector |
Definition at line 175 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge(), and DotsConnection::print().
DigiPtr dot::digi |
Definition at line 176 of file DotsConnection.h.
Referenced by DotsConnection::makeDotCellEdge().
int dot::id |
Definition at line 179 of file DotsConnection.h.
Referenced by DotsConnection::CellAutomaton(), DotsConnection::dotComp(), DotsConnection::forward(), DotsConnection::getMdcDigiVec(), DotsConnection::isNeighbour(), DotsConnection::makeDotCellEdge(), DotsConnection::makeEdge(), DotsConnection::numSharedDots(), and DotsConnection::print().
int dot::layer |
Definition at line 178 of file DotsConnection.h.
int dot::stereo |
Definition at line 177 of file DotsConnection.h.
vector<int> dot::trkId |
Definition at line 189 of file DotsConnection.h.
vector<int> dot::vecCellIdx |
Definition at line 185 of file DotsConnection.h.
vector<int> dot::vecGoodCellIdx[2] |
Definition at line 187 of file DotsConnection.h.