ROOT 6.18/05 Reference Guide |
#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>
Classes | |
class | ROOT::Internal::RDF::GraphDrawing::GraphCreatorHelper |
Namespaces | |
namespace | ROOT |
Namespace for new ROOT classes and functions. | |
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< GraphNode > | ROOT::Internal::RDF::GraphDrawing::CreateDefineNode (const std::string &columnName, const ROOT::Detail::RDF::RCustomColumnBase *columnPtr) |
std::shared_ptr< GraphNode > | ROOT::Internal::RDF::GraphDrawing::CreateFilterNode (const ROOT::Detail::RDF::RFilterBase *filterPtr) |
std::shared_ptr< GraphNode > | ROOT::Internal::RDF::GraphDrawing::CreateRangeNode (const ROOT::Detail::RDF::RRangeBase *rangePtr) |