Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/GNN_Geometry.hpp>
Public Member Functions | |
TrigFTF_GNN_Geometry (const std::vector< TrigInDetSiLayer > &layers, std::unique_ptr< Acts::FasTrackConnector > &conn) | |
TrigFTF_GNN_Geometry ()=default | |
TrigFTF_GNN_Geometry (const TrigFTF_GNN_Geometry &)=delete | |
TrigFTF_GNN_Geometry & | operator= (const TrigFTF_GNN_Geometry &)=delete |
~TrigFTF_GNN_Geometry () | |
const TrigFTF_GNN_Layer < space_point_t > * | getTrigFTF_GNN_LayerByKey (unsigned int key) const |
const TrigFTF_GNN_Layer < space_point_t > * | getTrigFTF_GNN_LayerByIndex (int idx) const |
int | num_bins () const |
Acts::FasTrackConnector * | fastrack () const |
Protected Member Functions | |
const TrigFTF_GNN_Layer < space_point_t > * | addNewLayer (const TrigInDetSiLayer &l, int bin0) |
Protected Attributes | |
float | m_etaBinWidth {} |
std::map< unsigned int, TrigFTF_GNN_Layer < space_point_t > * > | m_layMap |
std::vector< TrigFTF_GNN_Layer < space_point_t > * > | m_layArray |
int | m_nEtaBins {0} |
std::unique_ptr < Acts::FasTrackConnector > | m_fastrack |
Definition at line 263 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 263 of file GNN_Geometry.hpp
|
inline |
Definition at line 265 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 265 of file GNN_Geometry.hpp
|
default |
|
delete |
|
inline |
Definition at line 329 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 329 of file GNN_Geometry.hpp
|
inlineprotected |
Definition at line 362 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 362 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry().
|
inline |
Definition at line 359 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 359 of file GNN_Geometry.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder().
|
inline |
Definition at line 352 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 352 of file GNN_Geometry.hpp
|
inline |
Definition at line 340 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 340 of file GNN_Geometry.hpp
Referenced by Acts::SeedFinderFTF< external_spacepoint_t >::runGNN_TrackFinder(), and Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry().
|
inline |
Definition at line 357 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 357 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_DataStorage< external_spacepoint_t >::TrigFTF_GNN_DataStorage().
|
delete |
|
protected |
Definition at line 376 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 376 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::addNewLayer(), and Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry().
|
protected |
Definition at line 383 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 383 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::fastrack(), and Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry().
|
protected |
Definition at line 379 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 379 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::addNewLayer(), Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::getTrigFTF_GNN_LayerByIndex(), and Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::~TrigFTF_GNN_Geometry().
|
protected |
Definition at line 378 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 378 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::addNewLayer(), Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::getTrigFTF_GNN_LayerByKey(), and Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::~TrigFTF_GNN_Geometry().
|
protected |
Definition at line 381 of file GNN_Geometry.hpp.
View newest version in sPHENIX GitHub at line 381 of file GNN_Geometry.hpp
Referenced by Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::num_bins(), and Acts::TrigFTF_GNN_Geometry< external_spacepoint_t >::TrigFTF_GNN_Geometry().