#include <ROOT/RDF/RSample.hxx>
#include <ROOT/RStringView.hxx>
#include <Rtypes.h>
#include <functional>
#include <stdexcept>
#include <string>
#include <tuple>
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 |
This file contains a specialised ROOT message handler to test for diagnostic in unit tests. | |
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. | |