Analysis Software
Documentation for sPHENIX simulation software
|
#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] {} |
Definition at line 272 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 272 of file GNN_DataStorage.hpp
|
inline |
Definition at line 281 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 281 of file GNN_DataStorage.hpp
|
inline |
Definition at line 291 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 291 of file GNN_DataStorage.hpp
signed char Acts::TrigFTF_GNN_Edge< space_point_t >::m_level {} |
Definition at line 308 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 308 of file GNN_DataStorage.hpp
Referenced by TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::followTrack(), Acts::TrigFTF_GNN_Edge< space_point_t >::CompareLevel::operator()(), TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::propagate(), and Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
TrigFTF_GNN_Node<space_point_t>* Acts::TrigFTF_GNN_Edge< space_point_t >::m_n1 {nullptr} |
Definition at line 305 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 305 of file GNN_DataStorage.hpp
Referenced by TrigFTF_GNN_EdgeState< external_spacepoint_t >::initialize(), and TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::update().
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().
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
unsigned char Acts::TrigFTF_GNN_Edge< space_point_t >::m_nNei {0} |
Definition at line 310 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 310 of file GNN_DataStorage.hpp
Referenced by TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::propagate(), and Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
float Acts::TrigFTF_GNN_Edge< space_point_t >::m_p[4] {} |
Definition at line 311 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 311 of file GNN_DataStorage.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder(), and Acts::TrigFTF_GNN_Edge< external_spacepoint_t >::TrigFTF_GNN_Edge().
unsigned int Acts::TrigFTF_GNN_Edge< space_point_t >::m_vNei[N_SEG_CONNS] {} |
Definition at line 313 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 313 of file GNN_DataStorage.hpp
Referenced by TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::propagate(), and Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().