#include <ROOT/RDF/Utils.hxx>
#include <ROOT/TSeq.hxx>
#include <ROOT/RTrivialDS.hxx>
#include <TError.h>
#include <limits>
#include <memory>
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::RDF |
Functions | |
RInterface< RDFDetail::RLoopManager > | ROOT::RDF::MakeTrivialDataFrame () |
Make a RDF wrapping a RTrivialDS with infinite entries, for demo purposes. | |
RInterface< RDFDetail::RLoopManager > | ROOT::RDF::MakeTrivialDataFrame (ULong64_t size, bool skipEvenEntries=false) |
Make a RDF wrapping a RTrivialDS with the specified amount of entries. | |