CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
DotsConnection::edge Struct Reference

#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< dotStatusvDotStatus
 
vector< LinevecFittedLine
 
int best_line_index
 

Detailed Description

Definition at line 294 of file DotsConnection.h.

Member Enumeration Documentation

◆ dotStatus

Enumerator
Prev 
Next 
Common 

Definition at line 299 of file DotsConnection.h.

Member Data Documentation

◆ best_line_index

int DotsConnection::edge::best_line_index

Definition at line 308 of file DotsConnection.h.

◆ dots

vector<dot*> DotsConnection::edge::dots

◆ id

unsigned DotsConnection::edge::id

Definition at line 295 of file DotsConnection.h.

Referenced by DotsConnection::makeDotCellEdge().

◆ set_dotIdx

set<int> DotsConnection::edge::set_dotIdx

Definition at line 298 of file DotsConnection.h.

◆ twoCells

pair<int,int> DotsConnection::edge::twoCells

Definition at line 296 of file DotsConnection.h.

Referenced by DotsConnection::makeDotCellEdge(), and DotsConnection::makeEdge().

◆ twoLines

pair<int,int> DotsConnection::edge::twoLines

Definition at line 297 of file DotsConnection.h.

Referenced by DotsConnection::makeEdge().

◆ vDotStatus

vector<dotStatus> DotsConnection::edge::vDotStatus

Definition at line 305 of file DotsConnection.h.

◆ vecFittedLine

vector<Line> DotsConnection::edge::vecFittedLine

Definition at line 307 of file DotsConnection.h.

Referenced by DotsConnection::makeEdge(), and DotsConnection::nextCellFinding().


The documentation for this struct was generated from the following file: