Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/GNN_DataStorage.hpp>
Classes | |
struct | CompareByPhi |
Public Member Functions | |
TrigFTF_GNN_Node (const FTF_SP< space_point_t > &FTF_sp, float minT=-100.0, float maxT=100.0) | |
void | addIn (int i) |
void | addOut (int i) |
bool | isConnector () const |
bool | isFull () const |
Public Attributes | |
const FTF_SP< space_point_t > & | m_sp_FTF |
std::vector< unsigned int > | m_in |
std::vector< unsigned int > | m_out |
float | m_minCutOnTau |
float | m_maxCutOnTau |
Definition at line 47 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 47 of file GNN_DataStorage.hpp
|
inline |
Definition at line 56 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 56 of file GNN_DataStorage.hpp
|
inline |
Definition at line 60 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 60 of file GNN_DataStorage.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
|
inline |
Definition at line 66 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 66 of file GNN_DataStorage.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
|
inline |
Definition at line 72 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 72 of file GNN_DataStorage.hpp
|
inline |
Definition at line 79 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 79 of file GNN_DataStorage.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
std::vector<unsigned int> Acts::TrigFTF_GNN_Node< space_point_t >::m_in |
Definition at line 89 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 89 of file GNN_DataStorage.hpp
Referenced by Acts::TrigFTF_GNN_Node< external_spacepoint_t >::addIn(), Acts::TrigFTF_GNN_Node< external_spacepoint_t >::isConnector(), Acts::TrigFTF_GNN_Node< external_spacepoint_t >::isFull(), and Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
float Acts::TrigFTF_GNN_Node< space_point_t >::m_maxCutOnTau |
Definition at line 91 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 91 of file GNN_DataStorage.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
float Acts::TrigFTF_GNN_Node< space_point_t >::m_minCutOnTau |
Definition at line 91 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 91 of file GNN_DataStorage.hpp
std::vector<unsigned int> Acts::TrigFTF_GNN_Node< space_point_t >::m_out |
Definition at line 90 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 90 of file GNN_DataStorage.hpp
Referenced by Acts::TrigFTF_GNN_Node< external_spacepoint_t >::addOut(), Acts::TrigFTF_GNN_Node< external_spacepoint_t >::isConnector(), Acts::TrigFTF_GNN_Node< external_spacepoint_t >::isFull(), and Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
const FTF_SP<space_point_t>& Acts::TrigFTF_GNN_Node< space_point_t >::m_sp_FTF |
Definition at line 87 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 87 of file GNN_DataStorage.hpp
Referenced by Acts::TrigFTF_GNN_EtaBin< external_spacepoint_t >::generatePhiIndexing(), TrigFTF_GNN_EdgeState< external_spacepoint_t >::initialize(), Acts::TrigFTF_GNN_Node< space_point_t >::CompareByPhi::operator()(), Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder(), and TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::update().