|
ACTS
Experiment-independent tracking
|
Hook for calculating metrics using truth graph information. More...
#include <ActsPlugins/Gnn/TruthGraphMetricsHook.hpp>
Public Member Functions | |
| TruthGraphMetricsHook (const std::vector< std::int64_t > &truthGraph, std::unique_ptr< const Acts::Logger > l) | |
| Constructor. | |
| void | operator() (const PipelineTensors &tensors, const ExecutionContext &execCtx) const override |
| Calculate and log metrics comparing pipeline output to truth. | |
Hook for calculating metrics using truth graph information.
| ActsPlugins::TruthGraphMetricsHook::TruthGraphMetricsHook | ( | const std::vector< std::int64_t > & | truthGraph, |
| std::unique_ptr< const Acts::Logger > | l ) |
Constructor.
| truthGraph | Truth graph edge list |
| l | Logging instance |
|
overridevirtual |
Calculate and log metrics comparing pipeline output to truth.
| tensors | Pipeline tensors containing graph |
| execCtx | Execution context |
Reimplemented from ActsPlugins::GnnHook.