ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Experimental::GbtsEdge Struct Referencefinal

Edge between two GBTS nodes with fit parameters. More...

#include <Acts/Seeding2/GbtsDataStorage.hpp>

Collaboration diagram for Acts::Experimental::GbtsEdge:
[legend]

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 GbtsNoden1 {nullptr}
 First node of the edge.
const GbtsNoden2 {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, gbtsNumSegConnsvNei {}
 Global indices of the connected edges.

Detailed Description

Edge between two GBTS nodes with fit parameters.

Constructor & Destructor Documentation

◆ GbtsEdge()

Acts::Experimental::GbtsEdge::GbtsEdge ( const GbtsNode * n1_,
const GbtsNode * n2_,
float p1_,
float p2_,
float p3_ )

Constructor.

Parameters
n1_First node
n2_Second node
p1_First fit parameter
p2_Second fit parameter
p3_Third fit parameter