|
ACTS
Experiment-independent tracking
|
Edge between two GBTS nodes with fit parameters. More...
#include <Acts/Seeding2/GbtsDataStorage.hpp>
Public Member Functions | |
| GbtsEdge (const GbtsNode *n1_, const GbtsNode *n2_, float p1_, float p2_, float p3_) | |
| Constructor. | |
Public Attributes | |
| std::int8_t | level {-1} |
| Level in the graph hierarchy. | |
| const GbtsNode * | n1 {nullptr} |
| First node of the edge. | |
| const GbtsNode * | n2 {nullptr} |
| Second node of the edge. | |
| std::int8_t | next {-1} |
| Index of next edge. | |
| std::uint8_t | nNei {0} |
| Number of neighbor edges. | |
| std::array< float, 3 > | p {} |
| Fit parameters. | |
| std::array< std::uint32_t, gbtsNumSegConns > | vNei {} |
| Global indices of the connected edges. | |
Edge between two GBTS nodes with fit parameters.