Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/GNN_DataStorage.hpp>
Public Member Functions | |
TrigFTF_GNN_EtaBin () | |
~TrigFTF_GNN_EtaBin () | |
void | sortByPhi () |
bool | empty () const |
void | generatePhiIndexing (float dphi) |
Public Attributes | |
std::vector< TrigFTF_GNN_Node < space_point_t > * > | m_vn |
std::vector< std::pair< float, unsigned int > > | m_vPhiNodes |
Definition at line 95 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 95 of file GNN_DataStorage.hpp
|
inline |
Definition at line 97 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 97 of file GNN_DataStorage.hpp
|
inline |
Definition at line 99 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 99 of file GNN_DataStorage.hpp
|
inline |
Definition at line 112 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 112 of file GNN_DataStorage.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
|
inline |
Definition at line 114 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 114 of file GNN_DataStorage.hpp
|
inline |
Definition at line 107 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 107 of file GNN_DataStorage.hpp
std::vector<TrigFTF_GNN_Node<space_point_t> *> Acts::TrigFTF_GNN_EtaBin< space_point_t >::m_vn |
Definition at line 145 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 145 of file GNN_DataStorage.hpp
Referenced by Acts::TrigFTF_GNN_EtaBin< external_spacepoint_t >::empty(), Acts::TrigFTF_GNN_EtaBin< external_spacepoint_t >::generatePhiIndexing(), Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder(), Acts::TrigFTF_GNN_EtaBin< external_spacepoint_t >::sortByPhi(), Acts::TrigFTF_GNN_EtaBin< external_spacepoint_t >::TrigFTF_GNN_EtaBin(), and Acts::TrigFTF_GNN_EtaBin< external_spacepoint_t >::~TrigFTF_GNN_EtaBin().
std::vector<std::pair<float, unsigned int> > Acts::TrigFTF_GNN_EtaBin< space_point_t >::m_vPhiNodes |
Definition at line 148 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 148 of file GNN_DataStorage.hpp
Referenced by Acts::TrigFTF_GNN_EtaBin< external_spacepoint_t >::generatePhiIndexing(), and Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().