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

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

+ Inheritance diagram for Acts::TorchTruthGraphMetricsHook:
+ Collaboration diagram for Acts::TorchTruthGraphMetricsHook:

Public Member Functions

 TorchTruthGraphMetricsHook (const std::vector< int64_t > &truthGraph, std::unique_ptr< const Acts::Logger > l)
 
 ~TorchTruthGraphMetricsHook () override
 
void operator() (const std::any &, const std::any &edges) const override
 
- Public Member Functions inherited from Acts::ExaTrkXHook
virtual ~ExaTrkXHook ()
 

Private Member Functions

const Loggerlogger () const
 

Private Attributes

std::unique_ptr< const Loggerm_logger
 
std::vector
< detail::CantorEdge< int64_t > > 
m_truthGraphCantor
 

Detailed Description

Definition at line 17 of file TorchTruthGraphMetricsHook.hpp.

View newest version in sPHENIX GitHub at line 17 of file TorchTruthGraphMetricsHook.hpp

Constructor & Destructor Documentation

Acts::TorchTruthGraphMetricsHook::TorchTruthGraphMetricsHook ( const std::vector< int64_t > &  truthGraph,
std::unique_ptr< const Acts::Logger l 
)

Definition at line 41 of file TorchTruthGraphMetricsHook.cpp.

View newest version in sPHENIX GitHub at line 41 of file TorchTruthGraphMetricsHook.cpp

References logger(), and m_truthGraphCantor.

+ Here is the call graph for this function:

Acts::TorchTruthGraphMetricsHook::~TorchTruthGraphMetricsHook ( )
inlineoverride

Definition at line 26 of file TorchTruthGraphMetricsHook.hpp.

View newest version in sPHENIX GitHub at line 26 of file TorchTruthGraphMetricsHook.hpp

Member Function Documentation

const Logger& Acts::TorchTruthGraphMetricsHook::logger ( ) const
inlineprivate

Definition at line 21 of file TorchTruthGraphMetricsHook.hpp.

View newest version in sPHENIX GitHub at line 21 of file TorchTruthGraphMetricsHook.hpp

References m_logger.

Referenced by TorchTruthGraphMetricsHook().

+ Here is the caller graph for this function:

void Acts::TorchTruthGraphMetricsHook::operator() ( const std::any &  ,
const std::any &  edges 
) const
overridevirtual

Reimplemented from Acts::ExaTrkXHook.

Definition at line 48 of file TorchTruthGraphMetricsHook.cpp.

View newest version in sPHENIX GitHub at line 48 of file TorchTruthGraphMetricsHook.cpp

References ACTS_DEBUG, ACTS_INFO, edges, logger(), and t.

+ Here is the call graph for this function:

Member Data Documentation

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

Definition at line 18 of file TorchTruthGraphMetricsHook.hpp.

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

Referenced by logger().

std::vector<detail::CantorEdge<int64_t> > Acts::TorchTruthGraphMetricsHook::m_truthGraphCantor
private

Definition at line 19 of file TorchTruthGraphMetricsHook.hpp.

View newest version in sPHENIX GitHub at line 19 of file TorchTruthGraphMetricsHook.hpp

Referenced by TorchTruthGraphMetricsHook().


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