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

Classes

class  ROOT::Internal::RDF::RCallback
 
class  ROOT::Detail::RDF::RLoopManager
 The head node of a RDF computation graph. More...
 
class  ROOT::Internal::RDF::ROneTimeCallback
 

Namespaces

namespace  ROOT
 This file contains a specialised ROOT message handler to test for diagnostic in unit tests.
 
namespace  ROOT::Detail
 Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer.
 
namespace  ROOT::Detail::RDF
 
namespace  ROOT::Internal
 
namespace  ROOT::Internal::RDF
 
namespace  ROOT::Internal::RDF::GraphDrawing
 
namespace  ROOT::RDF
 

Typedefs

using ROOT::Internal::RDF::Callback_t = std::function< void(unsigned int)>
 

Functions

std::shared_ptr< ROOT::Detail::RDF::RLoopManagerROOT::Detail::RDF::CreateLMFromTTree (std::string_view datasetName, const std::vector< std::string > &fileNameGlobs, const std::vector< std::string > &defaultColumns, bool checkFile=true)
 Create an RLoopManager that reads a TChain.
 
std::shared_ptr< ROOT::Detail::RDF::RLoopManagerROOT::Detail::RDF::CreateLMFromTTree (std::string_view datasetName, std::string_view fileNameGlob, const std::vector< std::string > &defaultColumns, bool checkFile=true)
 Create an RLoopManager that reads a TChain.
 
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.