Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/GNN_Geometry.hpp>
Public Member Functions | |
TrigFTF_GNN_Layer (const TrigInDetSiLayer &ls, float ew, int bin0) | |
int | getEtaBin (float zh, float rh) const |
float | getMinBinRadius (int idx) const |
float | getMaxBinRadius (int idx) const |
int | num_bins () const |
bool | verifyBin (const TrigFTF_GNN_Layer< space_point_t > *pL, int b1, int b2, float min_z0, float max_z0) const |
Public Attributes | |
const TrigInDetSiLayer & | m_layer |
std::vector< int > | m_bins |
std::vector< float > | m_minRadius |
std::vector< float > | m_maxRadius |
std::vector< float > | m_minBinCoord |
std::vector< float > | m_maxBinCoord |
float | m_minEta {} |
float | m_maxEta {} |
Protected Attributes | |
float | m_etaBinWidth {} |
float | m_phiBinWidth {} |
float | m_r1 {} |
float | m_z1 {} |
float | m_r2 {} |
float | m_z2 {} |
float | m_nBins {} |
float | m_etaBin {} |
Definition at line 38 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 38 of file GNN_Geometry.hpp
|
inline |
Definition at line 40 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 40 of file GNN_Geometry.hpp
|
inline |
Definition at line 143 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 143 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_DataStorage< external_spacepoint_t >::addSpacePoint().
|
inline |
Definition at line 171 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 171 of file GNN_Geometry.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
|
inline |
Definition at line 161 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 161 of file GNN_Geometry.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
|
inline |
Definition at line 181 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 181 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry().
|
inline |
Definition at line 183 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 183 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry().
std::vector<int> Acts::TrigFTF_GNN_Layer< space_point_t >::m_bins |
Definition at line 246 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 246 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::getEtaBin(), Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::num_bins(), Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder(), Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
|
protected |
Definition at line 259 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 259 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::getEtaBin(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
|
protected |
Definition at line 255 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 255 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
const TrigInDetSiLayer& Acts::TrigFTF_GNN_Layer< space_point_t >::m_layer |
Definition at line 245 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 245 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_DataStorage< external_spacepoint_t >::addSpacePoint(), Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::verifyBin().
std::vector<float> Acts::TrigFTF_GNN_Layer< space_point_t >::m_maxBinCoord |
Definition at line 250 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 250 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::verifyBin().
float Acts::TrigFTF_GNN_Layer< space_point_t >::m_maxEta {} |
Definition at line 252 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 252 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
std::vector<float> Acts::TrigFTF_GNN_Layer< space_point_t >::m_maxRadius |
Definition at line 248 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 248 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::getMaxBinRadius(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
std::vector<float> Acts::TrigFTF_GNN_Layer< space_point_t >::m_minBinCoord |
Definition at line 249 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 249 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::verifyBin().
float Acts::TrigFTF_GNN_Layer< space_point_t >::m_minEta {} |
Definition at line 252 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 252 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::getEtaBin(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
std::vector<float> Acts::TrigFTF_GNN_Layer< space_point_t >::m_minRadius |
Definition at line 247 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 247 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::getMinBinRadius(), and Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
|
protected |
Definition at line 258 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 258 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
|
protected |
Definition at line 255 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 255 of file GNN_Geometry.hpp
|
protected |
Definition at line 257 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 257 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
|
protected |
Definition at line 257 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 257 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
|
protected |
Definition at line 257 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 257 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().
|
protected |
Definition at line 257 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 257 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Layer< external_spacepoint_t >::TrigFTF_GNN_Layer().