|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef SiGNNTrackFinder_H
6 #define SiGNNTrackFinder_H
18 #include <onnxruntime_cxx_api.h>
48 const std::vector<const Trk::SpacePoint*>& spacepoints,
49 std::vector<std::vector<uint32_t> >& tracks)
const override;
54 virtual MsgStream&
dump(MsgStream&
out)
const override;
55 virtual std::ostream&
dump(std::ostream&
out)
const override;
65 FloatProperty
m_rVal{
this,
"rVal", 1.7};
66 UnsignedIntegerProperty
m_knnVal{
this,
"knnVal", 500};
75 this,
"Embedding",
"AthOnnx::OnnxRuntimeInferenceTool"
78 this,
"Filtering",
"AthOnnx::OnnxRuntimeInferenceTool"
81 this,
"GNN",
"AthOnnx::OnnxRuntimeInferenceTool"
MsgStream & operator<<(MsgStream &, const GNNTrackReaderTool &)
::StatusCode StatusCode
StatusCode definition for legacy code.