#include <ROOT/REntry.hxx>
#include <ROOT/RError.hxx>
#include <ROOT/RNTupleDescriptor.hxx>
#include <ROOT/RNTupleIndex.hxx>
#include <ROOT/RNTupleModel.hxx>
#include <ROOT/RNTupleUtil.hxx>
#include <ROOT/RPageStorage.hxx>
#include <memory>
#include <string>
#include <string_view>
#include <vector>
Classes | |
class | ROOT::Experimental::RNTupleProcessor::RFieldContext |
Manager for a field as part of the RNTupleProcessor. More... | |
class | ROOT::Experimental::RNTupleProcessor::RIterator |
Iterator over the entries of an RNTuple, or vertical concatenation thereof. More... | |
class | ROOT::Experimental::RNTupleChainProcessor |
Processor specializiation for vertically concatenated RNTuples (chains). More... | |
class | ROOT::Experimental::RNTupleJoinProcessor |
Processor specializiation for horizontally concatenated RNTuples (joins). More... | |
struct | ROOT::Experimental::RNTupleOpenSpec |
Used to specify the underlying RNTuples in RNTupleProcessor. More... | |
class | ROOT::Experimental::RNTupleProcessor |
Interface for iterating over entries of RNTuples and vertically concatenated RNTuples (chains). More... | |
class | ROOT::Experimental::RNTupleSingleProcessor |
Processor specializiation for processing a single 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 |
Definition in file RNTupleProcessor.hxx.