ATLAS Offline Software
Classes | Namespaces | Typedefs
IAthInferenceTool.h File Reference
#include "AsgTools/IAsgTool.h"
#include <vector>
#include <string>
#include <variant>
#include <map>
Include dependency graph for IAthInferenceTool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AthInfer::IAthInferenceTool
 

Namespaces

 AthInfer
 

Typedefs

using AthInfer::DataVariant = std::variant< std::vector< float >, std::vector< int64_t > >
 
using AthInfer::InferenceData = std::pair< std::vector< int64_t >, DataVariant >
 
using AthInfer::InputDataMap = std::map< std::string, InferenceData >
 
using AthInfer::OutputDataMap = std::map< std::string, InferenceData >