ATLAS Offline Software
Loading...
Searching...
No Matches
GNN_FasTrackConnector::LayerGroup Struct Reference

#include <GNN_FasTrackConnector.h>

Collaboration diagram for GNN_FasTrackConnector::LayerGroup:

Public Member Functions

 LayerGroup (unsigned int l1Key, const std::vector< const GNN_FASTRACK_CONNECTION * > &v)

Public Attributes

unsigned int m_dst
std::vector< const GNN_FASTRACK_CONNECTION * > m_sources

Detailed Description

Definition at line 27 of file GNN_FasTrackConnector.h.

Constructor & Destructor Documentation

◆ LayerGroup()

GNN_FasTrackConnector::LayerGroup::LayerGroup ( unsigned int l1Key,
const std::vector< const GNN_FASTRACK_CONNECTION * > & v )
inline

Definition at line 28 of file GNN_FasTrackConnector.h.

28: m_dst(l1Key), m_sources(v) {};
std::vector< const GNN_FASTRACK_CONNECTION * > m_sources

Member Data Documentation

◆ m_dst

unsigned int GNN_FasTrackConnector::LayerGroup::m_dst

Definition at line 30 of file GNN_FasTrackConnector.h.

◆ m_sources

std::vector<const GNN_FASTRACK_CONNECTION*> GNN_FasTrackConnector::LayerGroup::m_sources

Definition at line 31 of file GNN_FasTrackConnector.h.


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