#include <ROOT/RDF/Utils.hxx>
#include <ROOT/TSeq.hxx>
#include <ROOT/RTrivialDS.hxx>
#include <limits>
#include <memory>
Namespaces | |
namespace | ROOT |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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. | |