Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::TrigFTF_GNN_Node< space_point_t > Class Template Reference

#include <acts/blob/sPHENIX/Core/include/Acts/Seeding/GNN_DataStorage.hpp>

+ Collaboration diagram for Acts::TrigFTF_GNN_Node< space_point_t >:

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
 

Detailed Description

template<typename space_point_t>
class Acts::TrigFTF_GNN_Node< space_point_t >

Definition at line 47 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 47 of file GNN_DataStorage.hpp

Constructor & Destructor Documentation

template<typename space_point_t>
Acts::TrigFTF_GNN_Node< space_point_t >::TrigFTF_GNN_Node ( const FTF_SP< space_point_t > &  FTF_sp,
float  minT = -100.0,
float  maxT = 100.0 
)
inline

Definition at line 56 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 56 of file GNN_DataStorage.hpp

Member Function Documentation

template<typename space_point_t>
void Acts::TrigFTF_GNN_Node< space_point_t >::addIn ( int  i)
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().

+ Here is the caller graph for this function:

template<typename space_point_t>
void Acts::TrigFTF_GNN_Node< space_point_t >::addOut ( int  i)
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().

+ Here is the caller graph for this function:

template<typename space_point_t>
bool Acts::TrigFTF_GNN_Node< space_point_t >::isConnector ( ) const
inline

Definition at line 72 of file GNN_DataStorage.hpp.

View newest version in sPHENIX GitHub at line 72 of file GNN_DataStorage.hpp

template<typename space_point_t>
bool Acts::TrigFTF_GNN_Node< space_point_t >::isFull ( ) const
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().

+ Here is the caller graph for this function:

Member Data Documentation

template<typename space_point_t>
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().

template<typename space_point_t>
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


The documentation for this class was generated from the following file: