#include <map>
#include <memory>
#include <string>
#include <vector>
Classes | |
class | RooFit::JSONIO::Exporter |
struct | RooFit::JSONIO::ExportKeys |
class | RooFit::JSONIO::Importer |
struct | RooFit::JSONIO::ImportExpression |
Namespaces | |
namespace | RooFit |
The namespace RooFit contains mostly switches that change the behaviour of functions of PDFs (or other types of arguments). | |
namespace | RooFit::Detail |
namespace | RooFit::JSONIO |
Typedefs | |
using | RooFit::JSONIO::ExportKeysMap = std::map<TClass const *, ExportKeys> |
using | RooFit::JSONIO::ExportMap = std::map<TClass const *, std::vector<std::unique_ptr<const Exporter>>> |
using | RooFit::JSONIO::ImportExpressionMap = std::map<const std::string, ImportExpression> |
using | RooFit::JSONIO::ImportMap = std::map<const std::string, std::vector<std::unique_ptr<const Importer>>> |