Base class for non-leaf nodes of the computational graph.
It only exposes the bare minimum interface required to work as a generic part of the computation graph. RDataFrames and results of transformations can be cast to this type via ROOT::RDF::RNode (or ROOT.RDF.AsRNode in PyROOT).
Definition at line 43 of file RNodeBase.hxx.
Protected Attributes | |
RLoopManager * | fLoopManager |
unsigned int | fNChildren {0} |
Number of nodes of the functional graph hanging from this object. | |
unsigned int | fNStopsReceived {0} |
Number of times that a children node signaled to stop processing entries. | |
std::vector< std::string > | fVariations |
List of systematic variations that affect this node. | |
#include <ROOT/RDF/RNodeBase.hxx>
|
inline |
Definition at line 51 of file RNodeBase.hxx.
|
delete |
|
virtualdefault |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Reimplemented in ROOT::Detail::RDF::RLoopManager.
Definition at line 79 of file RNodeBase.hxx.
|
inline |
Definition at line 81 of file RNodeBase.hxx.
|
inlinevirtual |
Return a clone of this node that acts as a Filter working with values in the variationName "universe".
Reimplemented in ROOT::Detail::RDF::RFilter< FilterF, PrevNodeRaw >, ROOT::Detail::RDF::RFilterWithMissingValues< PrevNodeRaw >, ROOT::Detail::RDF::RJittedFilter, and ROOT::Detail::RDF::RRange< PrevNodeRaw >.
Definition at line 84 of file RNodeBase.hxx.
|
pure virtual |
|
pure virtual |
|
pure virtual |
|
inlinevirtual |
Reimplemented in ROOT::Detail::RDF::RJittedFilter.
Definition at line 73 of file RNodeBase.hxx.
|
pure virtual |
|
protected |
Definition at line 45 of file RNodeBase.hxx.
|
protected |
Number of nodes of the functional graph hanging from this object.
Definition at line 46 of file RNodeBase.hxx.
|
protected |
Number of times that a children node signaled to stop processing entries.
Definition at line 47 of file RNodeBase.hxx.
|
protected |
List of systematic variations that affect this node.
Definition at line 48 of file RNodeBase.hxx.