|
ACTS
Experiment-independent tracking
|
Connection between two GBTS layers with binning information. More...
#include <Acts/Seeding2/GbtsLayerConnection.hpp>
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. | |
Connection between two GBTS layers with binning information.
| Acts::Experimental::GbtsLayerConnection::GbtsLayerConnection | ( | std::uint32_t | src_, |
| std::uint32_t | dst_ ) |
Constructor.
| src_ | Source layer index |
| dst_ | Destination layer index |