ATLAS Offline Software
|
#include "TrigConfIO/JsonFileWriterHLT.h"
#include <iomanip>
#include <fstream>
#include <algorithm>
#include <nlohmann/json.hpp>
Go to the source code of this file.
Typedefs | |
using | json = nlohmann::json |
Functions | |
template<typename T > | |
std::vector< T > | ToVector (const TrigConf::DataStructure &ds, const std::string &child) |
Helper function ptree key->[] to std::vector<T> More... | |
template<typename T > | |
std::vector< std::vector< T > > | ToVectorVector (const TrigConf::DataStructure &ds, const std::string &child) |
Helper function ptree key->[[]] to std::vector<std::vector<T>> More... | |
using json = nlohmann::json |
Definition at line 12 of file JsonFileWriterHLT.cxx.
std::vector<T> ToVector | ( | const TrigConf::DataStructure & | ds, |
const std::string & | child | ||
) |
Helper function ptree key->[] to std::vector<T>
Definition at line 23 of file JsonFileWriterHLT.cxx.
std::vector<std::vector<T> > ToVectorVector | ( | const TrigConf::DataStructure & | ds, |
const std::string & | child | ||
) |
Helper function ptree key->[[]] to std::vector<std::vector<T>>
Definition at line 34 of file JsonFileWriterHLT.cxx.