#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 "ROOT/RDF/Utils.hxx"
#include <functional>
#include <limits>
#include <map>
#include <memory>
#include <set>
#include <string>
#include <string_view>
#include <unordered_map>
#include <unordered_set>
#include <vector>
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 |
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 |
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::RLoopManager > | ROOT::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::RLoopManager > | ROOT::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. | |