ATLAS Offline Software
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 
10 namespace 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
json
nlohmann::json json
Definition: HistogramDef.cxx:9
lwtDev::parse_json
JSONConfig parse_json(std::istream &json)
Definition: parse_json.cxx:42
lwtDev
Definition: Reconstruction/tauRecTools/Root/lwtnn/Exceptions.cxx:8
lightweight_network_config.h
lwtDev::parse_json_graph
GraphConfig parse_json_graph(std::istream &json)
Definition: parse_json.cxx:71