#include "ROOT/RDF/RNodeBase.hxx"
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <vector>
Classes | |
class | ROOT::Detail::RDF::RLoopManager |
The head node of a RDF computation graph. More... | |
class | ROOT::Detail::RDF::RLoopManager::TCallback |
class | ROOT::Detail::RDF::RLoopManager::TOneTimeCallback |
Namespaces | |
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 | |
ROOT::Detail | |
ROOT::Detail::RDF | |
ROOT::Internal | |
ROOT::Internal::RDF | |
ROOT::Internal::RDF::GraphDrawing | |
ROOT::RDF | |
Typedefs | |
using | ROOT::Detail::RDF::ColumnNames_t = std::vector< std::string > |
Functions | |
std::vector< std::string > | ROOT::Internal::RDF::GetBranchNames (TTree &t, bool allowDuplicates=true) |
Get all the branches names, including the ones of the friend trees. More... | |