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>

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
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.