Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Detail
 
namespace  ROOT::Detail::RDF
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 
namespace  ROOT::Internal::RDF::GraphDrawing
 

Functions

std::shared_ptr< GraphNodeROOT::Internal::RDF::GraphDrawing::AddDefinesToGraph (std::shared_ptr< GraphNode > node, const RDFInternal::RBookedDefines &defines, const std::vector< std::string > &prevNodeDefines)
 Add the Defines that have been added between this node and the previous to the graph.
 
std::shared_ptr< GraphNodeROOT::Internal::RDF::GraphDrawing::CreateDefineNode (const std::string &columnName, const ROOT::Detail::RDF::RDefineBase *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)