Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Acts::CugraphTrackBuilding Exception Referencefinal

#include <acts/blob/sPHENIX/Plugins/ExaTrkX/include/Acts/Plugins/ExaTrkX/CugraphTrackBuilding.hpp>

+ Inheritance diagram for Acts::CugraphTrackBuilding:
+ Collaboration diagram for Acts::CugraphTrackBuilding:

Public Member Functions

 CugraphTrackBuilding (std::unique_ptr< const Logger > logger)
 
std::vector< std::vector< int > > operator() (std::any nodes, std::any edges, std::any edge_weights, std::vector< int > &spacepointIDs, int deviceHint=-1) override
 
- Public Member Functions inherited from Acts::TrackBuildingBase
virtual ~TrackBuildingBase ()=default
 

Private Member Functions

const autologger () const
 

Private Attributes

std::unique_ptr< const
Acts::Logger
m_logger
 

Detailed Description

Definition at line 18 of file CugraphTrackBuilding.hpp.

View newest version in sPHENIX GitHub at line 18 of file CugraphTrackBuilding.hpp

Constructor & Destructor Documentation

Acts::CugraphTrackBuilding::CugraphTrackBuilding ( std::unique_ptr< const Logger logger)
inline

Definition at line 20 of file CugraphTrackBuilding.hpp.

View newest version in sPHENIX GitHub at line 20 of file CugraphTrackBuilding.hpp

Member Function Documentation

const auto& Acts::CugraphTrackBuilding::logger ( ) const
inlineprivate

Definition at line 30 of file CugraphTrackBuilding.hpp.

View newest version in sPHENIX GitHub at line 30 of file CugraphTrackBuilding.hpp

References m_logger.

Referenced by operator()().

+ Here is the caller graph for this function:

std::vector< std::vector< int > > Acts::CugraphTrackBuilding::operator() ( std::any  nodes,
std::any  edges,
std::any  edgeWeights,
std::vector< int > &  spacepointIDs,
int  deviceHint = -1 
)
overridevirtual

Perform track building

Parameters
nodesNode tensor with shape (n_nodes, n_node_features)
edgesEdge-index tensor with shape (2, n_edges)
edgeWeightsEdge-weights of the previous edge classification phase
spacepointIDsIDs of the nodes (must have size=n_nodes)
deviceHintWhich GPU to pick. Not relevant for CPU-only builds
Returns
tracks (as vectors of node-IDs)

Implements Acts::TrackBuildingBase.

Definition at line 19 of file CugraphTrackBuilding.cpp.

View newest version in sPHENIX GitHub at line 19 of file CugraphTrackBuilding.cpp

References ACTS_DEBUG, Acts::ACTS_VERBOSE(), edges, ambiguity_solver_full_chain::idx, and logger().

+ Here is the call graph for this function:

Member Data Documentation

std::unique_ptr<const Acts::Logger> Acts::CugraphTrackBuilding::m_logger
private

Definition at line 29 of file CugraphTrackBuilding.hpp.

View newest version in sPHENIX GitHub at line 29 of file CugraphTrackBuilding.hpp

Referenced by logger().


The documentation for this exception was generated from the following files: