11#ifndef ROOT_RDF_RMETADATA
12#define ROOT_RDF_RMETADATA
30namespace Experimental {
52 void Add(
const std::string &key,
int val);
53 void Add(
const std::string &key,
double val);
54 void Add(
const std::string &key,
const std::string &val);
56 std::string
Dump(
const std::string &key)
const;
57 int GetI(
const std::string &key)
const;
58 double GetD(
const std::string &key)
const;
59 std::string
GetS(
const std::string &key)
const;
60 int GetI(
const std::string &key,
int defaultVal)
const;
61 double GetD(
const std::string &key,
double defaultVal)
const;
62 const std::string
GetS(
const std::string &key,
const std::string &defaultVal)
const;
65 std::unique_ptr<Internal::RDF::RMetaDataJson>
fJson;
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.