Definition at line 36 of file RRange.hxx.
Public Member Functions | |
RRange (const RRange &)=delete | |
RRange (unsigned int start, unsigned int stop, unsigned int stride, std::shared_ptr< PrevData > pd) | |
~RRange () | |
void | AddFilterName (std::vector< std::string > &filters) |
This function must be defined by all nodes, but only the filters will add their name. | |
bool | CheckFilters (unsigned int slot, Long64_t entry) final |
Ranges act as filters when it comes to selecting entries that downstream nodes should process. | |
std::shared_ptr< RDFGraphDrawing::GraphNode > | GetGraph () |
void | IncrChildrenCount () final |
RRange & | operator= (const RRange &)=delete |
void | PartialReport (ROOT::RDF::RCutFlowReport &rep) const final |
void | Report (ROOT::RDF::RCutFlowReport &rep) const final |
void | StopProcessing () final |
Public Member Functions inherited from ROOT::Detail::RDF::RRangeBase | |
RRangeBase (RLoopManager *implPtr, unsigned int start, unsigned int stop, unsigned int stride, const unsigned int nSlots) | |
virtual | ~RRangeBase () |
void | InitNode () |
RRangeBase & | operator= (const RRangeBase &)=delete |
Public Member Functions inherited from ROOT::Detail::RDF::RNodeBase | |
RNodeBase (RLoopManager *lm=nullptr) | |
virtual | ~RNodeBase () |
virtual RLoopManager * | GetLoopManagerUnchecked () |
virtual void | ResetChildrenCount () |
Private Attributes | |
PrevData & | fPrevData |
const std::shared_ptr< PrevData > | fPrevDataPtr |
Additional Inherited Members | |
Protected Member Functions inherited from ROOT::Detail::RDF::RRangeBase | |
void | ResetCounters () |
Protected Attributes inherited from ROOT::Detail::RDF::RRangeBase | |
bool | fHasStopped {false} |
True if the end of the range has been reached. | |
Long64_t | fLastCheckedEntry {-1} |
bool | fLastResult {true} |
ULong64_t | fNProcessedEntries {0} |
const unsigned int | fNSlots |
Number of thread slots used by this node, inherited from parent node. | |
unsigned int | fStart |
unsigned int | fStop |
unsigned int | fStride |
Protected Attributes inherited from ROOT::Detail::RDF::RNodeBase | |
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. | |
#include <ROOT/RDF/RRange.hxx>
|
inline |
Definition at line 41 of file RRange.hxx.
|
delete |
|
inline |
Definition at line 49 of file RRange.hxx.
|
inlinevirtual |
This function must be defined by all nodes, but only the filters will add their name.
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 100 of file RRange.hxx.
|
inlinefinalvirtual |
Ranges act as filters when it comes to selecting entries that downstream nodes should process.
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 52 of file RRange.hxx.
|
inlinevirtual |
Implements ROOT::Detail::RDF::RRangeBase.
Definition at line 101 of file RRange.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 91 of file RRange.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 82 of file RRange.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 80 of file RRange.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RNodeBase.
Definition at line 84 of file RRange.hxx.
|
private |
Definition at line 38 of file RRange.hxx.
|
private |
Definition at line 37 of file RRange.hxx.