Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
RSampleInfo.hxx File Reference
#include <ROOT/RDF/RSample.hxx>
#include <string_view>
#include <Rtypes.h>
#include <functional>
#include <stdexcept>
#include <string>
#include <tuple>
Include dependency graph for RSampleInfo.hxx:
This graph shows which files directly or indirectly include this file:

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 an RDataFrame computation graph via e.g.