|
ACTS
Experiment-independent tracking
|
#include <ActsPlugins/Gnn/GraphStoreHook.hpp>
Public Types | |
| using | Graph = std::pair<std::vector<std::int64_t>, std::vector<float>> |
Public Member Functions | |
| GraphStoreHook () | |
| void | operator() (const PipelineTensors &tensors, const ExecutionContext &execCtx) const override |
| const Graph & | storedGraph () const |
| Public Member Functions inherited from ActsPlugins::GnnHook | |
| virtual | ~GnnHook ()=default |
| using ActsPlugins::GraphStoreHook::Graph = std::pair<std::vector<std::int64_t>, std::vector<float>> |
| ActsPlugins::GraphStoreHook::GraphStoreHook | ( | ) |
|
overridevirtual |
Reimplemented from ActsPlugins::GnnHook.
| const Graph & ActsPlugins::GraphStoreHook::storedGraph | ( | ) | const |