5#ifndef MUONINFERENCETOOLS_BUCKETINFERENCETOOLBASE_H
6#define MUONINFERENCETOOLS_BUCKETINFERENCETOOLBASE_H
17#include <onnxruntime_cxx_api.h>
20class ActsGeometryContext;
38 using base_class::base_class;
49 Ort::Session&
model()
const;
60 const std::vector<const char*>& inputNames,
61 const std::vector<const char*>& outputNames)
const;
70 Gaudi::Property<double>
m_maxDistXY{
this,
"MaxDistXY", 6800.0};
71 Gaudi::Property<double>
m_maxAbsDz{
this,
"MaxAbsDz", 15000.0};
80 this,
"ModelSession",
""};
Property holding a SG store/key/clid from which a ReadHandle is made.
Property holding a SG store/key/clid from which a ReadHandle is made.
Helper struct to ship the Graph from the space point buckets to ONNX.