19 :
RNodeBase(implPtr), fLastResult(nSlots), fAccepted(nSlots), fRejected(nSlots), fName(
name), fNSlots(nSlots),
20 fCustomColumns(customColumns) {}
27 return !
fName.empty();
virtual void ResetReportCount()
const unsigned int fNSlots
Number of thread slots used by this node, inherited from parent node.
std::vector< ULong64_t > fRejected
virtual void FillReport(ROOT::RDF::RCutFlowReport &) const
std::string GetName() const
std::vector< ULong64_t > fAccepted
std::vector< Long64_t > fLastCheckedEntry
The head node of a RDF computation graph.
Base class for non-leaf nodes of the computational graph.
Encapsulates the columns defined by the user.
void AddCut(TCutInfo &&ci)
basic_string_view< char > string_view