Logo ROOT  
Reference Guide
GraphUtils.hxx File Reference
#include <string>
#include <sstream>
#include <vector>
#include <map>
#include <memory>
#include <type_traits>
#include <ROOT/RDataFrame.hxx>
#include <ROOT/RDF/RInterface.hxx>
#include <ROOT/RDF/GraphNode.hxx>
#include <iostream>
Include dependency graph for GraphUtils.hxx:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Internal::RDF::GraphDrawing::GraphCreatorHelper
 

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Detail
 
namespace  ROOT::Detail::RDF
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 
namespace  ROOT::Internal::RDF::GraphDrawing
 

Functions

bool ROOT::Internal::RDF::GraphDrawing::CheckIfDefaultOrDSColumn (const std::string &name, const std::shared_ptr< ROOT::Detail::RDF::RCustomColumnBase > &column)
 
std::shared_ptr< GraphNodeROOT::Internal::RDF::GraphDrawing::CreateDefineNode (const std::string &columnName, const ROOT::Detail::RDF::RCustomColumnBase *columnPtr)
 
std::shared_ptr< GraphNodeROOT::Internal::RDF::GraphDrawing::CreateFilterNode (const ROOT::Detail::RDF::RFilterBase *filterPtr)
 
std::shared_ptr< GraphNodeROOT::Internal::RDF::GraphDrawing::CreateRangeNode (const ROOT::Detail::RDF::RRangeBase *rangePtr)