ATLAS Offline Software
Loading...
Searching...
No Matches
ActsTrk::GbtsConnectionTable::Connection Struct Reference

One row of the table: the two layers it connects, and the stage it is in. More...

#include <GbtsConnectionTableReader.h>

Collaboration diagram for ActsTrk::GbtsConnectionTable::Connection:

Public Attributes

std::uint32_t stage {}
std::uint32_t src {}
std::uint32_t dst {}

Detailed Description

One row of the table: the two layers it connects, and the stage it is in.

Definition at line 15 of file GbtsConnectionTableReader.h.

Member Data Documentation

◆ dst

std::uint32_t ActsTrk::GbtsConnectionTable::Connection::dst {}

Definition at line 18 of file GbtsConnectionTableReader.h.

18{};

◆ src

std::uint32_t ActsTrk::GbtsConnectionTable::Connection::src {}

Definition at line 17 of file GbtsConnectionTableReader.h.

17{};

◆ stage

std::uint32_t ActsTrk::GbtsConnectionTable::Connection::stage {}

Definition at line 16 of file GbtsConnectionTableReader.h.

16{};

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