Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/GNN_DataStorage.hpp>
Public Member Functions | |
FTF_SP (const space_point_t *sp, int id, int combined_id) | |
bool | isPixel () const |
bool | isSCT () const |
float | phi () const |
Public Attributes | |
const space_point_t * | SP |
int | FTF_ID |
int | combined_ID |
bool | m_isPixel |
float | m_phi |
Definition at line 26 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 26 of file GNN_DataStorage.hpp
|
inline |
Definition at line 30 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 30 of file GNN_DataStorage.hpp
|
inline |
Definition at line 39 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 39 of file GNN_DataStorage.hpp
|
inline |
Definition at line 40 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 40 of file GNN_DataStorage.hpp
|
inline |
Definition at line 41 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 41 of file GNN_DataStorage.hpp
int Acts::FTF_SP< space_point_t >::combined_ID |
Definition at line 29 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 29 of file GNN_DataStorage.hpp
Referenced by Acts::TrigFTF_GNN_DataStorage< external_spacepoint_t >::addSpacePoint(), and TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::update().
int Acts::FTF_SP< space_point_t >::FTF_ID |
Definition at line 28 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 28 of file GNN_DataStorage.hpp
bool Acts::FTF_SP< space_point_t >::m_isPixel |
Definition at line 42 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 42 of file GNN_DataStorage.hpp
Referenced by Acts::FTF_SP< external_spacepoint_t >::isPixel(), and Acts::FTF_SP< external_spacepoint_t >::isSCT().
float Acts::FTF_SP< space_point_t >::m_phi |
Definition at line 43 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 43 of file GNN_DataStorage.hpp
Referenced by Acts::FTF_SP< external_spacepoint_t >::phi().
const space_point_t* Acts::FTF_SP< space_point_t >::SP |
Definition at line 27 of file GNN_DataStorage.hpp.
View newest version in sPHENIX GitHub at line 27 of file GNN_DataStorage.hpp
Referenced by Acts::TrigFTF_GNN_DataStorage< external_spacepoint_t >::addSpacePoint(), TrigFTF_GNN_EdgeState< external_spacepoint_t >::initialize(), Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder(), and TrigFTF_GNN_TrackingFilter< external_spacepoint_t >::update().