Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::TrigFTF_GNN_Edge< space_point_t > Class Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/GNN_DataStorage.hpp>

Classes

struct  CompareLevel
 

Public Member Functions

 TrigFTF_GNN_Edge (TrigFTF_GNN_Node< space_point_t > *n1, TrigFTF_GNN_Node< space_point_t > *n2, float p1, float p2, float p3, float p4)
 
 TrigFTF_GNN_Edge ()
 

Public Attributes

TrigFTF_GNN_Node< space_point_t > * m_n1 {nullptr}
 
TrigFTF_GNN_Node< space_point_t > * m_n2 {nullptr}
 
signed char m_level {}
 
signed char m_next {}
 
unsigned char m_nNei {0}
 
float m_p [4] {}
 
unsigned int m_vNei [N_SEG_CONNS] {}
 

Detailed Description

template<typename space_point_t>
class Acts::TrigFTF_GNN_Edge< space_point_t >

Definition at line 272 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 272 of file GNN_DataStorage.hpp

Constructor & Destructor Documentation

template<typename space_point_t>
Acts::TrigFTF_GNN_Edge< space_point_t >::TrigFTF_GNN_Edge ( TrigFTF_GNN_Node< space_point_t > *  n1,
TrigFTF_GNN_Node< space_point_t > *  n2,
float  p1,
float  p2,
float  p3,
float  p4 
)
inline

Definition at line 281 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 281 of file GNN_DataStorage.hpp

template<typename space_point_t>
Acts::TrigFTF_GNN_Edge< space_point_t >::TrigFTF_GNN_Edge ( )
inline

Definition at line 291 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 291 of file GNN_DataStorage.hpp

Member Data Documentation

template<typename space_point_t>
TrigFTF_GNN_Node<space_point_t>* Acts::TrigFTF_GNN_Edge< space_point_t >::m_n1 {nullptr}
template<typename space_point_t>
TrigFTF_GNN_Node<space_point_t>* Acts::TrigFTF_GNN_Edge< space_point_t >::m_n2 {nullptr}

Definition at line 306 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 306 of file GNN_DataStorage.hpp

Referenced by TrigFTF_GNN_EdgeState< external_spacepoint_t >::initialize().

template<typename space_point_t>
signed char Acts::TrigFTF_GNN_Edge< space_point_t >::m_next {}

Definition at line 308 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 308 of file GNN_DataStorage.hpp

template<typename space_point_t>
unsigned char Acts::TrigFTF_GNN_Edge< space_point_t >::m_nNei {0}
template<typename space_point_t>
float Acts::TrigFTF_GNN_Edge< space_point_t >::m_p[4] {}
template<typename space_point_t>
unsigned int Acts::TrigFTF_GNN_Edge< space_point_t >::m_vNei[N_SEG_CONNS] {}

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