Classes | |
class | GraphCreatorHelper |
class | GraphNode |
Functions | |
bool | CheckIfDefaultOrDSColumn (const std::string &name, const std::shared_ptr< ROOT::Detail::RDF::RCustomColumnBase > &column) |
std::shared_ptr< GraphNode > | CreateDefineNode (const std::string &columnName, const ROOT::Detail::RDF::RCustomColumnBase *columnPtr) |
std::shared_ptr< GraphNode > | CreateFilterNode (const ROOT::Detail::RDF::RFilterBase *filterPtr) |
std::shared_ptr< GraphNode > | CreateRangeNode (const ROOT::Detail::RDF::RRangeBase *rangePtr) |
bool ROOT::Internal::RDF::GraphDrawing::CheckIfDefaultOrDSColumn | ( | const std::string & | name, |
const std::shared_ptr< ROOT::Detail::RDF::RCustomColumnBase > & | column | ||
) |
Definition at line 51 of file RDFGraphUtils.cxx.
std::shared_ptr< GraphNode > ROOT::Internal::RDF::GraphDrawing::CreateDefineNode | ( | const std::string & | columnName, |
const ROOT::Detail::RDF::RCustomColumnBase * | columnPtr | ||
) |
Definition at line 80 of file RDFGraphUtils.cxx.
std::shared_ptr< GraphNode > ROOT::Internal::RDF::GraphDrawing::CreateFilterNode | ( | const ROOT::Detail::RDF::RFilterBase * | filterPtr | ) |
Definition at line 98 of file RDFGraphUtils.cxx.
std::shared_ptr< GraphNode > ROOT::Internal::RDF::GraphDrawing::CreateRangeNode | ( | const ROOT::Detail::RDF::RRangeBase * | rangePtr | ) |
Definition at line 116 of file RDFGraphUtils.cxx.