ACTS
Experiment-independent tracking
Loading...
Searching...
No Matches
Acts::Experimental::GbtsLayerConnection Struct Reference

Connection between two GBTS layers with binning information. More...

#include <Acts/Seeding2/GbtsLayerConnection.hpp>

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

Public Member Functions

 GbtsLayerConnection (std::uint32_t src_, std::uint32_t dst_)
 Constructor.

Public Attributes

std::vector< std::int32_t > binTable
 Binning table for the connection.
std::uint32_t dst {}
 Destination layer index.
std::uint32_t src {}
 Source and destination layer indices.

Detailed Description

Connection between two GBTS layers with binning information.

Constructor & Destructor Documentation

◆ GbtsLayerConnection()

Acts::Experimental::GbtsLayerConnection::GbtsLayerConnection ( std::uint32_t src_,
std::uint32_t dst_ )

Constructor.

Parameters
src_Source layer index
dst_Destination layer index