A DFDescription contains useful information about a given RDataFrame computation graph.
A DFDescription is returned by the Describe() RDataFrame method. Each DFDescription object can output either a brief or full description.
Definition at line 27 of file RDFDescription.hxx.
Public Member Functions | |
RDFDescription (const std::string &briefDescription, const std::string &fullDescription, unsigned int filecount) | |
std::string | AsString (bool shortFormat=false) const |
unsigned int | GetNFiles () const |
void | Print (bool shortFormat=false) const |
Private Attributes | |
std::string | fBriefDescription |
unsigned int | fFileCount |
std::string | fFullDescription |
Friends | |
std::ostream & | operator<< (std::ostream &os, const RDFDescription &description) |
#include <ROOT/RDF/RDFDescription.hxx>
ROOT::RDF::RDFDescription::RDFDescription | ( | const std::string & | briefDescription, |
const std::string & | fullDescription, | ||
unsigned int | filecount | ||
) |
Definition at line 17 of file RDFDescription.cxx.
std::string ROOT::RDF::RDFDescription::AsString | ( | bool | shortFormat = false | ) | const |
Definition at line 21 of file RDFDescription.cxx.
|
inline |
Definition at line 38 of file RDFDescription.hxx.
void ROOT::RDF::RDFDescription::Print | ( | bool | shortFormat = false | ) | const |
Definition at line 29 of file RDFDescription.cxx.
|
friend |
Definition at line 34 of file RDFDescription.cxx.
|
private |
Definition at line 29 of file RDFDescription.hxx.
|
private |
Definition at line 31 of file RDFDescription.hxx.
|
private |
Definition at line 30 of file RDFDescription.hxx.