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) | |
| 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 ) | 
Definition at line 17 of file RDFDescription.cxx.
| ROOT::RDF::RDFDescription::RDFDescription | ( | const std::string & | briefDescription, | 
| const std::string & | fullDescription, | ||
| unsigned int | filecount ) | 
Definition at line 20 of file RDFDescription.cxx.
Definition at line 24 of file RDFDescription.cxx.
      
  | 
  inline | 
Definition at line 39 of file RDFDescription.hxx.
Definition at line 32 of file RDFDescription.cxx.
      
  | 
  friend | 
Definition at line 37 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.