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"};
Jet_v1 Jet
Definition of the current "jet version".
TauJet_v3 TauJet
Definition of the current "tau version".
JetContainer_v1 JetContainer
Definition of the current "jet container version".
TauJetContainer_v3 TauJetContainer
Definition of the current "taujet container version".