11#ifndef ROOT_RDFDescription
12#define ROOT_RDFDescription
34 RDFDescription(
const std::string &briefDescription,
const std::string &fullDescription,
unsigned int filecount);
36 std::string
AsString(
bool shortFormat =
false)
const;
40 void Print(
bool shortFormat =
false)
const;
A DFDescription contains useful information about a given RDataFrame computation graph.
std::string fFullDescription
unsigned int GetNFiles() const
std::string fBriefDescription
std::string AsString(bool shortFormat=false) const
friend std::ostream & operator<<(std::ostream &os, const RDFDescription &description)
void Print(bool shortFormat=false) const
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...