Loading [MathJax]/extensions/tex2jax.js
 |
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef TAUANALYSISTOOLS_TAUHFVETOTOOL_H
6 #define TAUANALYSISTOOLS_TAUHFVETOTOOL_H
37 virtual StatusCode inference(
const ToolHandle<AthOnnx::IOnnxRuntimeInferenceTool> m_onnxTool,
const std::vector<float>& inputValues,
float& output)
const;
38 virtual StatusCode bVetoScore(
const int& prongness,
const std::vector<float>& input,
float& output)
const;
39 virtual StatusCode cVetoScore(
const int& prongness,
const std::vector<float>& input,
float& output)
const;
40 ToolHandle< AthOnnx::IOnnxRuntimeInferenceTool >
m_onnxTool_bveto1p{
this,
"bveto1p",
"AthOnnx::OnnxRuntimeInferenceTool"};
41 ToolHandle< AthOnnx::IOnnxRuntimeInferenceTool >
m_onnxTool_bveto3p{
this,
"bveto3p",
"AthOnnx::OnnxRuntimeInferenceTool"};
42 ToolHandle< AthOnnx::IOnnxRuntimeInferenceTool >
m_onnxTool_cveto1p{
this,
"cveto1p",
"AthOnnx::OnnxRuntimeInferenceTool"};
43 ToolHandle< AthOnnx::IOnnxRuntimeInferenceTool >
m_onnxTool_cveto3p{
this,
"cveto3p",
"AthOnnx::OnnxRuntimeInferenceTool"};
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a tau jet.