17RDFDescription::RDFDescription(
const std::string &briefDescription,
const std::string &fullDescription,
18 unsigned int filecount)
19 : fBriefDescription(briefDescription), fFullDescription(fullDescription), fFileCount(filecount){};
21std::string RDFDescription::AsString(
bool shortFormat )
const
29void RDFDescription::Print(
bool shortFormat )
const
TBuffer & operator<<(TBuffer &buf, const Tmpl *obj)
A DFDescription contains useful information about a given RDataFrame computation graph.
std::string fFullDescription
std::string fBriefDescription
std::string AsString(bool shortFormat=false) const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...