Analysis Software
Documentation for sPHENIX simulation software
|
#include <acts/blob/sPHENIX/Plugins/ExaTrkX/include/Acts/Plugins/ExaTrkX/TorchTruthGraphMetricsHook.hpp>
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 Logger & | logger () const |
Private Attributes | |
std::unique_ptr< const Logger > | m_logger |
std::vector < detail::CantorEdge< int64_t > > | m_truthGraphCantor |
Definition at line 17 of file TorchTruthGraphMetricsHook.hpp.
View newest version in sPHENIX GitHub at line 17 of file TorchTruthGraphMetricsHook.hpp
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.
|
inlineoverride |
Definition at line 26 of file TorchTruthGraphMetricsHook.hpp.
View newest version in sPHENIX GitHub at line 26 of file TorchTruthGraphMetricsHook.hpp
|
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().
|
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.
|
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().
|
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().