#include <ROOT/RStringView.hxx>
#include <Rtypes.h>
#include <functional>
#include <stdexcept>
#include <string>
Classes | |
class | ROOT::RDF::RSampleInfo |
This type represents a sample identifier, to be used in conjunction with RDataFrame features such as DefinePerSample() and per-sample callbacks. 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::RDF |
Typedefs | |
using | ROOT::RDF::SampleCallback_t = std::function< void(unsigned int, const ROOT::RDF::RSampleInfo &)> |
The type of a data-block callback, registered with a RDataFrame computation graph via e.g. | |