Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RLoopManager.hxx File Reference
#include "ROOT/RDF/RNodeBase.hxx"
#include "ROOT/RDF/RDataBlockNotifier.hxx"
#include <functional>
#include <map>
#include <memory>
#include <string>
#include <vector>
Include dependency graph for RLoopManager.hxx:
This graph shows which files directly or indirectly include this file:

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

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
 
namespace  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.