#include <ROOT/RDataFrame.hxx>
#include <ROOT/RDataSource.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <string_view>
#include <condition_variable>
#include <cstdint>
#include <memory>
#include <mutex>
#include <string>
#include <thread>
#include <vector>
#include <unordered_map>
Classes | |
struct | ROOT::Experimental::RNTupleDS::REntryRangeDS |
The PrepareNextRanges() method populates the fNextRanges list with REntryRangeDS records. More... | |
struct | ROOT::Experimental::RNTupleDS::RFieldInfo |
Holds useful information about fields added to the RNTupleDS. More... | |
class | ROOT::Experimental::RNTupleDS |
The RDataSource implementation for RNTuple. More... | |
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::Experimental |
namespace | ROOT::Experimental::Internal |
namespace | ROOT::RDF |
namespace | ROOT::RDF::Experimental |
Functions | |
RDataFrame | ROOT::RDF::Experimental::FromRNTuple (ROOT::RNTuple *ntuple) |
RDataFrame | ROOT::RDF::Experimental::FromRNTuple (std::string_view ntupleName, const std::vector< std::string > &fileNames) |
RDataFrame | ROOT::RDF::Experimental::FromRNTuple (std::string_view ntupleName, std::string_view fileName) |
Definition in file RNTupleDS.hxx.