ATLAS Offline Software
Loading...
Searching...
No Matches
parse_json.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef PARSE_JSON_HH_TAURECTOOLS
6#define PARSE_JSON_HH_TAURECTOOLS
7
9
10namespace lwtDev {
11 // build feed forward variant
12 JSONConfig parse_json(std::istream& json);
13 // build graph variant
14 GraphConfig parse_json_graph(std::istream& json);
15}
16
17
18#endif
nlohmann::json json
GraphConfig parse_json_graph(std::istream &json)
JSONConfig parse_json(std::istream &json)