|
ROOT 6.14/05 Reference Guide |
Definition at line 759 of file RDFNodes.hxx.
Public Member Functions | |
| RRange (unsigned int start, unsigned int stop, unsigned int stride, PrevData &pd) | |
| RRange (const RRange &)=delete | |
| bool | CheckFilters (unsigned int slot, Long64_t entry) final |
| Ranges act as filters when it comes to selecting entries that downstream nodes should process. More... | |
| 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 ()=default |
| RLoopManager * | GetLoopManagerUnchecked () const |
| void | InitNode () |
| RRangeBase & | operator= (const RRangeBase &)=delete |
| void | ResetChildrenCount () |
Private Attributes | |
| PrevData & | fPrevData |
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. More... | |
| Long64_t | fLastCheckedEntry {-1} |
| bool | fLastResult {true} |
| RLoopManager * | fLoopManager |
| A raw pointer to the RLoopManager at the root of this functional graph. More... | |
| unsigned int | fNChildren {0} |
| Number of nodes of the functional graph hanging from this object. More... | |
| ULong64_t | fNProcessedEntries {0} |
| const unsigned int | fNSlots |
| Number of thread slots used by this node, inherited from parent node. More... | |
| unsigned int | fNStopsReceived {0} |
| Number of times that a children node signaled to stop processing entries. More... | |
| unsigned int | fStart |
| unsigned int | fStop |
| unsigned int | fStride |
#include <ROOT/RDFNodes.hxx>
|
inline |
Definition at line 763 of file RDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Ranges act as filters when it comes to selecting entries that downstream nodes should process.
Implements ROOT::Detail::RDF::RRangeBase.
Definition at line 773 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RRangeBase.
Definition at line 812 of file RDFNodes.hxx.
|
delete |
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RRangeBase.
Definition at line 803 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RRangeBase.
Definition at line 801 of file RDFNodes.hxx.
|
inlinefinalvirtual |
Implements ROOT::Detail::RDF::RRangeBase.
Definition at line 805 of file RDFNodes.hxx.
|
private |
Definition at line 760 of file RDFNodes.hxx.