ATLAS Offline Software
Classes | Namespaces | Functions
SaltModelGraphConfig.h File Reference
#include <iostream>
#include <fstream>
#include <sstream>
#include <string>
#include <nlohmann/json.hpp>
Include dependency graph for SaltModelGraphConfig.h:

Go to the source code of this file.

Classes

struct  FlavorTagInference::SaltModelGraphConfig::Input
 
struct  FlavorTagInference::SaltModelGraphConfig::InputNodeConfig
 
struct  FlavorTagInference::SaltModelGraphConfig::OutputNodeConfig
 
struct  FlavorTagInference::SaltModelGraphConfig::GraphConfig
 

Namespaces

 FlavorTagInference
 This file contains "getter" functions used for accessing tagger inputs from the EDM.
 
 FlavorTagInference::SaltModelGraphConfig
 

Functions

Input FlavorTagInference::SaltModelGraphConfig::get_input (const nlohmann::json &v)
 
InputNodeConfig FlavorTagInference::SaltModelGraphConfig::get_input_node (const nlohmann::json &v)
 
OutputNodeConfig FlavorTagInference::SaltModelGraphConfig::get_output_node (const nlohmann::json &v)
 
GraphConfig FlavorTagInference::SaltModelGraphConfig::parse_json_graph (const nlohmann::json &metadata)